/
AR
arcadeai
/
Arcade API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18m ago · Updated 4mo ago
Details
Filter operations
Admin
21
get
List auth providers
post
Create an auth provider
get
Get an auth provider
delete
Delete an auth provider
patch
Patch an auth provider
get
List secrets
delete
Delete secret
post
Upsert secret
get
Get session verification settings
put
Update session verification settings
get
List auth connections
delete
Delete auth connection
get
List all workers
post
Create a worker
post
Test a worker connection
get
Get a worker by ID
delete
Delete a worker
patch
Update a worker
get
Authorize a worker
get
Get the health of a worker
get
List Tools
Authorization
4
post
Initiate Authorization
post
Confirm User Authorization
get
Check Authorization Status
post
Test Authorization Flow
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
get
List hooks
post
Create a hook
patch
Bulk upsert hooks
get
Get a hook
delete
Delete a hook
patch
Update a hook
LLM
1
post
Language model chat
Operations
3
get
Get Engine config
get
Engine health check
get
Get OpenAPI Specification
Plugins
5
get
List plugins
post
Create a plugin
get
Get a plugin
delete
Delete a plugin
patch
Update a plugin
Tools
9
get
List Formatted Static Tools
get
Get Formatted Tool Specification
get
List scheduled tool executions
get
Get scheduled tool execution details
get
List Static Tools
post
Authorize Tool
post
Execute Tool
post
Check Tool Requirements
get
Get Arcade Tool Specification
Admin
List auth providers
List a page of auth providers that are available to the caller
get
/v1/admin/auth_providers
Response
OK
SchemasOffsetPageSchemasAuthProviderResponse
required
items
SchemasAuthProviderResponse[]
limit
integer
offset
integer
page_count
integer
total_count
integer
Changes