Arcade · Example Payload

Arcade Engine Engine Config Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Engine Config 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": "engine-config",
  "method": "GET",
  "path": "/v1/config",
  "summary": "Get Engine Config",
  "response": {
    "dashboard": {
      "authority": "string",
      "clientId": "string",
      "coordinatorUri": "string"
    },
    "oauth2": {
      "callback_url_template": "string"
    },
    "servers": {
      "timeout_max_seconds": 1
    }
  }
}