Arcade · Example Payload

Arcade Engine Arcade Health Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Arcade Health 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": "arcade-health",
  "method": "GET",
  "path": "/v1/health",
  "summary": "Engine Health Check",
  "response": {
    "healthy": true,
    "reason": "string"
  }
}