Documentation Index Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
Use this file to discover all available pages before exploring further.
Aree di lavoro
Gestire aree di lavoro e relative appartenenze.
Gli esempi usano la modalità codice A2A. MCP espone la stessa modalità codice tramite lo strumento execute.
Funzioni
workspaces.add
workspaces.add(account_id: str, name: str) -> Workspace
Aree di lavoro: workspaces.add.
Proprietà Valore Proprietà Valore Autorizzazione richiesta workspace.manageAutenticazione richiesta sìModalità di esecuzione syncCapacità workspace.manageTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica POST /v1/public/accounts/{account_id}/workspaces
Nome Tipo Obbligatorio account_idstrsì namestrsì
Campo Tipo Obbligatorio account_idstrsì idstrsì namestrsì created_atstr | nullno statusstrno updated_atstr | nullno
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "workspaces.add(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , name= \" <string> \" )"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : "<string>"
},
"responses" : [
{
"index" : 0 ,
"function" : "workspaces.add" ,
"status" : "completed" ,
"result" : "<string>"
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "workspaces.add(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , name= \" <string> \" )"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : \" <string> \"\n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" workspaces.add \" , \n \" status \" : \" completed \" , \n \" result \" : \" <string> \"\n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
workspaces.delete
workspaces.delete(account_id: str, workspace_id: str) -> {}
Aree di lavoro: workspaces.delete.
Proprietà Valore Proprietà Valore Autorizzazione richiesta workspace.manageAutenticazione richiesta sìModalità di esecuzione syncCapacità workspace.manageTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica DELETE /v1/public/accounts/{account_id}/workspaces/{workspace_id}
Nome Tipo Obbligatorio account_idstrsì workspace_idstrsì
Campo Tipo Obbligatorio result{}sì
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "workspaces.delete(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , workspace_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" )"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : {}
},
"responses" : [
{
"index" : 0 ,
"function" : "workspaces.delete" ,
"status" : "completed" ,
"result" : {}
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "workspaces.delete(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , workspace_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" )"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : {} \n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" workspaces.delete \" , \n \" status \" : \" completed \" , \n \" result \" : {} \n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
workspaces.get
workspaces.get(account_id: str, workspace_id: str) -> Workspace
Aree di lavoro: workspaces.get.
Proprietà Valore Proprietà Valore Autorizzazione richiesta workspace.viewAutenticazione richiesta sìModalità di esecuzione syncCapacità workspace.viewTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica GET /v1/public/accounts/{account_id}/workspaces/{workspace_id}
Nome Tipo Obbligatorio account_idstrsì workspace_idstrsì
Campo Tipo Obbligatorio account_idstrsì idstrsì namestrsì created_atstr | nullno statusstrno updated_atstr | nullno
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "workspaces.get(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , workspace_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" )"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : "<string>"
},
"responses" : [
{
"index" : 0 ,
"function" : "workspaces.get" ,
"status" : "completed" ,
"result" : "<string>"
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "workspaces.get(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , workspace_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" )"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : \" <string> \"\n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" workspaces.get \" , \n \" status \" : \" completed \" , \n \" result \" : \" <string> \"\n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
workspaces.list
workspaces.list(account_id: str, page?: int, page_size?: int) -> Page[Workspace]
Aree di lavoro: workspaces.list.
Proprietà Valore Proprietà Valore Autorizzazione richiesta workspace.viewAutenticazione richiesta sìModalità di esecuzione syncCapacità workspace.viewTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica GET /v1/public/accounts/{account_id}/workspaces
Nome Tipo Obbligatorio account_idstrsì pageintno page_sizeintno
Campo Tipo Obbligatorio items[{"account_id": str, "id": str, "name": str, "created_at"?: str | null, "status"?: str, "updated_at"?: str | null}]sì pageintsì page_sizeintsì totalintsì
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "workspaces.list(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , page=123, page_size=123)"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : "<string>"
},
"responses" : [
{
"index" : 0 ,
"function" : "workspaces.list" ,
"status" : "completed" ,
"result" : "<string>"
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "workspaces.list(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , page=123, page_size=123)"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : \" <string> \"\n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" workspaces.list \" , \n \" status \" : \" completed \" , \n \" result \" : \" <string> \"\n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}
workspaces.update
workspaces.update(account_id: str, workspace_id: str, name: str) -> Workspace
Aree di lavoro: workspaces.update.
Proprietà Valore Proprietà Valore Autorizzazione richiesta workspace.manageAutenticazione richiesta sìModalità di esecuzione syncCapacità workspace.manageTipo di risorsa accountCampo ID risorsa account_idRoute API pubblica PATCH /v1/public/accounts/{account_id}/workspaces/{workspace_id}
Nome Tipo Obbligatorio account_idstrsì workspace_idstrsì namestrsì
Campo Tipo Obbligatorio account_idstrsì idstrsì namestrsì created_atstr | nullno statusstrno updated_atstr | nullno
Richiesta: {
"request_id" : "example" ,
"session_id" : "session_123" ,
"code" : "workspaces.update(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , workspace_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , name= \" <string> \" )"
}
Risposta: {
"request_id" : "example" ,
"status" : "completed" ,
"result" : {
"last_value" : "<string>"
},
"responses" : [
{
"index" : 0 ,
"function" : "workspaces.update" ,
"status" : "completed" ,
"result" : "<string>"
}
],
"complexity_score" : 1
}
Richiesta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"method" : "tools/call" ,
"params" : {
"name" : "hybridbox_execute" ,
"arguments" : {
"code" : "workspaces.update(account_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , workspace_id= \" 3c90c3cc-0d44-4b50-8888-8dd25736052a \" , name= \" <string> \" )"
}
}
}
Risposta: {
"jsonrpc" : "2.0" ,
"id" : "example" ,
"result" : {
"content" : [
{
"type" : "text" ,
"text" : "{ \n \" request_id \" : \" example \" , \n \" status \" : \" completed \" , \n \" result \" : { \n \" last_value \" : \" <string> \"\n }, \n \" responses \" : [ \n { \n \" index \" : 0, \n \" function \" : \" workspaces.update \" , \n \" status \" : \" completed \" , \n \" result \" : \" <string> \"\n } \n ], \n \" complexity_score \" : 1 \n }"
}
],
"isError" : false
}
}