Arcade · Example Payload

Arcade Engine Swagger Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Swagger 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": "swagger",
  "method": "GET",
  "path": "/v1/swagger",
  "summary": "Get Openapi Specification",
  "response": {}
}