Arcade · Example Payload

Arcade Engine Secrets Upsert Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Secrets Upsert 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": "secrets-upsert",
  "method": "POST",
  "path": "/v1/admin/secrets/{secret_key}",
  "summary": "Upsert Secret",
  "request": {
    "description": "string",
    "value": "string"
  },
  "response": {
    "binding": {
      "id": "string",
      "type": null
    },
    "created_at": "string",
    "description": "string",
    "id": "string",
    "key": "string",
    "last_accessed_at": "string",
    "updated_at": "string"
  }
}