Arcade · Example Payload

Arcade Engine Workers Test Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Workers Test 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-test",
  "method": "POST",
  "path": "/v1/workers/test",
  "summary": "Test a Worker Connection",
  "request": {
    "http": {
      "uri": "string"
    },
    "mcp": {
      "uri": "string"
    },
    "type": "string"
  },
  "response": {
    "message": "string",
    "serverInfo": {
      "description": "string",
      "name": "string",
      "version": "string"
    },
    "success": true
  }
}