/
AR
arcadeai
/
Arcade API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4m 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
Gateways
7
Hooks
6
LLM
1
Operations
3
Plugins
5
Tools
9
Admin
Patch an auth provider
Patch an existing auth provider
patch
/v1/admin/auth_providers/{id}
Request body
SchemasAuthProviderPatchRequest
required
description
string
id
string
oauth2
SchemasOAuth2ConfigPatchRequest
provider_id
string
status
string
type
string
Response
OK
SchemasAuthProviderResponse
required
binding
SchemasBindingResponse
created_at
string
description
string
id
string
oauth2
SchemasOAuth2ConfigResponse
provider_id
string
status
string
type
string
updated_at
string
Changes