Arcade · Example Payload

Arcade Engine Project Gateways Slug Info Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Project Gateways Slug Info 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-slug-info",
  "method": "POST",
  "path": "/v1/orgs/{org_id}/projects/{project_id}/gateways/slug",
  "summary": "Check Gateway Slug Availability",
  "request": {
    "slug": "string"
  },
  "response": {
    "available": true
  }
}