Arcade · Example Payload

Arcade Engine Project Gateways Create Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Project Gateways Create 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": "project-gateways-create",
  "method": "POST",
  "path": "/v1/orgs/{org_id}/projects/{project_id}/gateways",
  "summary": "Create a Gateway",
  "request": {
    "allowed_passthrough_headers": [
      "string"
    ],
    "auth_type": "arcade",
    "consent_skip_client_ids": [
      "string"
    ],
    "description": "string",
    "instructions": "string",
    "name": "string",
    "slug": "string",
    "status": "string",
    "tool_filter": {
      "allowed_tools": [],
      "discovery": null
    },
    "user_source_id": "string"
  },
  "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"
  }
}