مساحات العمل
إدارة مساحات العمل وعضوياتها. تستخدم الأمثلة وضع الكود في A2A. يتيح MCP وضع الكود نفسه عبر أداةexecute.
الوظائف
workspaces.add
workspaces.add(account_id: str, name: str) -> Workspace
workspaces.add.
| الخاصية | القيمة | الخاصية | القيمة |
|---|---|---|---|
| الإذن المطلوب | workspace.manage | المصادقة مطلوبة | نعم |
| وضع التنفيذ | sync | الصلاحية | workspace.manage |
| نوع المورد | account | حقل معرف المورد | account_id |
| مسار API العام | POST /v1/public/accounts/{account_id}/workspaces |
الوسيطات
الوسيطات
| الاسم | النوع | مطلوب |
|---|---|---|
account_id | str | نعم |
name | str | نعم |
القيم المرجعة
القيم المرجعة
| الحقل | النوع | مطلوب |
|---|---|---|
account_id | str | نعم |
id | str | نعم |
name | str | نعم |
created_at | str | null | لا |
status | str | لا |
updated_at | str | null | لا |
مثال A2A
مثال A2A
الطلب:الاستجابة:
{
"request_id": "example",
"session_id": "session_123",
"code": "workspaces.add(account_id=\"3c90c3cc-0d44-4b50-8888-8dd25736052a\", name=\"<string>\")"
}
{
"request_id": "example",
"status": "completed",
"result": {
"last_value": "<string>"
},
"responses": [
{
"index": 0,
"function": "workspaces.add",
"status": "completed",
"result": "<string>"
}
],
"complexity_score": 1
}
مثال MCP
مثال MCP
الطلب:الاستجابة:
{
"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>\")"
}
}
}
{
"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) -> {}
workspaces.delete.
| الخاصية | القيمة | الخاصية | القيمة |
|---|---|---|---|
| الإذن المطلوب | workspace.manage | المصادقة مطلوبة | نعم |
| وضع التنفيذ | sync | الصلاحية | workspace.manage |
| نوع المورد | account | حقل معرف المورد | account_id |
| مسار API العام | DELETE /v1/public/accounts/{account_id}/workspaces/{workspace_id} |
الوسيطات
الوسيطات
| الاسم | النوع | مطلوب |
|---|---|---|
account_id | str | نعم |
workspace_id | str | نعم |
القيم المرجعة
القيم المرجعة
| الحقل | النوع | مطلوب |
|---|---|---|
result | {} | نعم |
مثال A2A
مثال A2A
الطلب:الاستجابة:
{
"request_id": "example",
"session_id": "session_123",
"code": "workspaces.delete(account_id=\"3c90c3cc-0d44-4b50-8888-8dd25736052a\", workspace_id=\"3c90c3cc-0d44-4b50-8888-8dd25736052a\")"
}
{
"request_id": "example",
"status": "completed",
"result": {
"last_value": {}
},
"responses": [
{
"index": 0,
"function": "workspaces.delete",
"status": "completed",
"result": {}
}
],
"complexity_score": 1
}
مثال MCP
مثال MCP
الطلب:الاستجابة:
{
"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\")"
}
}
}
{
"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
workspaces.get.
| الخاصية | القيمة | الخاصية | القيمة |
|---|---|---|---|
| الإذن المطلوب | workspace.view | المصادقة مطلوبة | نعم |
| وضع التنفيذ | sync | الصلاحية | workspace.view |
| نوع المورد | account | حقل معرف المورد | account_id |
| مسار API العام | GET /v1/public/accounts/{account_id}/workspaces/{workspace_id} |
الوسيطات
الوسيطات
| الاسم | النوع | مطلوب |
|---|---|---|
account_id | str | نعم |
workspace_id | str | نعم |
القيم المرجعة
القيم المرجعة
| الحقل | النوع | مطلوب |
|---|---|---|
account_id | str | نعم |
id | str | نعم |
name | str | نعم |
created_at | str | null | لا |
status | str | لا |
updated_at | str | null | لا |
مثال A2A
مثال A2A
الطلب:الاستجابة:
{
"request_id": "example",
"session_id": "session_123",
"code": "workspaces.get(account_id=\"3c90c3cc-0d44-4b50-8888-8dd25736052a\", workspace_id=\"3c90c3cc-0d44-4b50-8888-8dd25736052a\")"
}
{
"request_id": "example",
"status": "completed",
"result": {
"last_value": "<string>"
},
"responses": [
{
"index": 0,
"function": "workspaces.get",
"status": "completed",
"result": "<string>"
}
],
"complexity_score": 1
}
مثال MCP
مثال MCP
الطلب:الاستجابة:
{
"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\")"
}
}
}
{
"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]
workspaces.list.
| الخاصية | القيمة | الخاصية | القيمة |
|---|---|---|---|
| الإذن المطلوب | workspace.view | المصادقة مطلوبة | نعم |
| وضع التنفيذ | sync | الصلاحية | workspace.view |
| نوع المورد | account | حقل معرف المورد | account_id |
| مسار API العام | GET /v1/public/accounts/{account_id}/workspaces |
الوسيطات
الوسيطات
| الاسم | النوع | مطلوب |
|---|---|---|
account_id | str | نعم |
page | int | لا |
page_size | int | لا |
القيم المرجعة
القيم المرجعة
| الحقل | النوع | مطلوب |
|---|---|---|
items | [{"account_id": str, "id": str, "name": str, "created_at"?: str | null, "status"?: str, "updated_at"?: str | null}] | نعم |
page | int | نعم |
page_size | int | نعم |
total | int | نعم |
مثال A2A
مثال A2A
الطلب:الاستجابة:
{
"request_id": "example",
"session_id": "session_123",
"code": "workspaces.list(account_id=\"3c90c3cc-0d44-4b50-8888-8dd25736052a\", page=123, page_size=123)"
}
{
"request_id": "example",
"status": "completed",
"result": {
"last_value": "<string>"
},
"responses": [
{
"index": 0,
"function": "workspaces.list",
"status": "completed",
"result": "<string>"
}
],
"complexity_score": 1
}
مثال MCP
مثال MCP
الطلب:الاستجابة:
{
"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)"
}
}
}
{
"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
workspaces.update.
| الخاصية | القيمة | الخاصية | القيمة |
|---|---|---|---|
| الإذن المطلوب | workspace.manage | المصادقة مطلوبة | نعم |
| وضع التنفيذ | sync | الصلاحية | workspace.manage |
| نوع المورد | account | حقل معرف المورد | account_id |
| مسار API العام | PATCH /v1/public/accounts/{account_id}/workspaces/{workspace_id} |
الوسيطات
الوسيطات
| الاسم | النوع | مطلوب |
|---|---|---|
account_id | str | نعم |
workspace_id | str | نعم |
name | str | نعم |
القيم المرجعة
القيم المرجعة
| الحقل | النوع | مطلوب |
|---|---|---|
account_id | str | نعم |
id | str | نعم |
name | str | نعم |
created_at | str | null | لا |
status | str | لا |
updated_at | str | null | لا |
مثال A2A
مثال A2A
الطلب:الاستجابة:
{
"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>\")"
}
{
"request_id": "example",
"status": "completed",
"result": {
"last_value": "<string>"
},
"responses": [
{
"index": 0,
"function": "workspaces.update",
"status": "completed",
"result": "<string>"
}
],
"complexity_score": 1
}
مثال MCP
مثال MCP
الطلب:الاستجابة:
{
"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>\")"
}
}
}
{
"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
}
}