Loading API reference…
/internal/agent/organizations/{organizationId}/statusToken used by trusted agent runtimes.
In: header
Organization identifier.
uuidapplication/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/status"{ "success": true, "statusCode": 200, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/context/promotionsToken used by trusted agent runtimes.
In: header
Organization identifier.
uuidapplication/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/context/promotions" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true, "statusCode": 201, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/tasks/{taskRef}/context-revisions/promoteToken used by trusted agent runtimes.
In: header
Organization identifier.
uuidTask UUID or identifier.
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks/string/context-revisions/promote" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true, "statusCode": 200, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/tasksToken used by trusted agent runtimes.
In: header
Organization identifier.
uuidapplication/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks"{ "success": true, "statusCode": 200, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/tasksToken used by trusted agent runtimes.
In: header
Organization identifier.
uuidapplication/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true, "statusCode": 201, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/tasks/{taskRef}Token used by trusted agent runtimes.
In: header
Organization identifier.
uuidTask UUID or identifier.
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks/string"{ "success": true, "statusCode": 200, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/tasks/{taskRef}Token used by trusted agent runtimes.
In: header
Organization identifier.
uuidTask UUID or identifier.
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks/string" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true, "statusCode": 200, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/tasks/{taskRef}/dependenciesToken used by trusted agent runtimes.
In: header
Organization identifier.
uuidTask UUID or identifier.
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks/string/dependencies"{ "success": true, "statusCode": 200, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/tasks/{taskRef}/dependenciesToken used by trusted agent runtimes.
In: header
Organization identifier.
uuidTask UUID or identifier.
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks/string/dependencies" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true, "statusCode": 201, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/tasks/{taskRef}/cancelToken used by trusted agent runtimes.
In: header
Organization identifier.
uuidTask UUID or identifier.
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks/string/cancel" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true, "statusCode": 200, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/tasks/{taskRef}/human-inboxToken used by trusted agent runtimes.
In: header
Organization identifier.
uuidTask UUID or identifier.
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks/string/human-inbox" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true, "statusCode": 201, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/tasks/{taskRef}/outcomesToken used by trusted agent runtimes.
In: header
Organization identifier.
uuidTask UUID or identifier.
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks/string/outcomes" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true, "statusCode": 201, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/schedulesToken used by trusted agent runtimes.
In: header
Organization identifier.
uuidapplication/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/schedules"{ "success": true, "statusCode": 200, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/schedulesToken used by trusted agent runtimes.
In: header
Organization identifier.
uuidapplication/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/schedules" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true, "statusCode": 201, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/schedules/{scheduleRef}/pauseToken used by trusted agent runtimes.
In: header
Organization identifier.
uuidSchedule UUID or stable key.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/schedules/string/pause"{ "success": true, "statusCode": 200, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/schedules/{scheduleRef}/resumeToken used by trusted agent runtimes.
In: header
Organization identifier.
uuidSchedule UUID or stable key.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/schedules/string/resume"{ "success": true, "statusCode": 200, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}/internal/agent/organizations/{organizationId}/schedules/{scheduleRef}Token used by trusted agent runtimes.
In: header
Organization identifier.
uuidSchedule UUID or stable key.
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/internal/agent/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/schedules/string"{ "success": true, "statusCode": 200, "message": "Control-plane operation completed.", "data": {}}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed" }}{ "success": false, "statusCode": 401, "message": "Invalid agent service token or execution capability.", "error": { "code": "agent_unauthorized" }}{ "success": false, "statusCode": 404, "message": "Control-plane entity was not found.", "error": { "code": "not_found" }}{ "success": false, "statusCode": 409, "message": "Control-plane state conflict.", "error": { "code": "state_conflict" }}