Arcade · Example Payload

Arcade Engine Secrets List Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Secrets List 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": "secrets-list",
  "method": "GET",
  "path": "/v1/admin/secrets",
  "summary": "List Secrets",
  "response": {
    "items": [
      {
        "binding": null,
        "created_at": null,
        "description": null,
        "id": null,
        "key": null,
        "last_accessed_at": null,
        "updated_at": null
      }
    ],
    "limit": 1,
    "offset": 1,
    "page_count": 1,
    "total_count": 1
  }
}