Arcade · Example Payload

Arcade Engine Workers Authorize Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Workers Authorize Example is an example object payload from Arcade, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathsummaryresponse

Example Payload

Raw ↑
{
  "operation": "workers-authorize",
  "method": "GET",
  "path": "/v1/workers/{id}/authorize",
  "summary": "Authorize a Worker",
  "response": {
    "next_uri": "string",
    "scopes": [
      "string"
    ],
    "status": "string",
    "url": "string",
    "user_id": "string",
    "worker_id": "string"
  }
}