Arcade · Example Payload

Arcade Engine Project Gateways Get Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Project Gateways Get 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": "project-gateways-get",
  "method": "GET",
  "path": "/v1/orgs/{org_id}/projects/{project_id}/gateways/{gateway_id}",
  "summary": "Get a Gateway",
  "response": {
    "allowed_passthrough_headers": [
      "string"
    ],
    "auth_type": "string",
    "binding": {
      "id": "string",
      "type": null
    },
    "consent_skip_client_ids": [
      "string"
    ],
    "created_at": "string",
    "description": "string",
    "id": "string",
    "instructions": "string",
    "name": "string",
    "slug": "string",
    "status": "string",
    "tool_filter": {
      "allowed_tools": [],
      "discovery": null
    },
    "updated_at": "string",
    "user_source_id": "string"
  }
}