Arcade · Example Payload

Arcade Engine Workers Update Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

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

Top-level fields

operationmethodpathsummaryrequestresponse

Example Payload

Raw ↑
{
  "operation": "workers-update",
  "method": "PATCH",
  "path": "/v1/workers/{id}",
  "summary": "Update a Worker",
  "request": {
    "enabled": true,
    "http": {
      "retry": 1,
      "secret": "string",
      "timeout": 1,
      "uri": "string"
    },
    "mcp": {
      "headers": null,
      "oauth2": null,
      "retry": 1,
      "secrets": {},
      "timeout": 1,
      "uri": "string"
    }
  },
  "response": {
    "binding": {
      "id": "string",
      "type": null
    },
    "enabled": true,
    "http": {
      "retry": 1,
      "secret": null,
      "timeout": 1,
      "uri": "string"
    },
    "id": "string",
    "managed": true,
    "mcp": {
      "external_id": "string",
      "headers": null,
      "oauth2": null,
      "redirect_uri": "string",
      "retry": 1,
      "secrets": {},
      "timeout": 1,
      "uri": "string"
    },
    "requirements": {
      "authorization": null,
      "met": true
    },
    "type": "http"
  }
}