/
AR
arcadeai
/
Arcade API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 22m ago · Updated 4mo ago
Details
Filter operations
Admin
21
Authorization
4
Gateways
7
get
List gateways
post
Create a gateway
post
Check gateway slug availability
get
Get a gateway
put
Update a gateway
delete
Delete a gateway
patch
Patch a gateway
Hooks
6
LLM
1
Operations
3
Plugins
5
Tools
9
Gateways
Create a gateway
Creates a new gateway in the current project
post
/v1/gateways
Request body
SchemasCreateGatewayRequest
required
allowed_passthrough_headers
string[]
auth_type
string
description
string
instructions
string
name
string
required
slug
string
status
string
tool_filter
SchemasCreateToolFilterRequest
Response
Created
SchemasGatewayResponse
required
allowed_passthrough_headers
string[]
auth_type
string
binding
SchemasBindingResponse
created_at
string
description
string
id
string
instructions
string
name
string
slug
string
status
string
tool_filter
SchemasToolFilterResponse
updated_at
string
Changes