/
AR
arcadeai
/
Arcade API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 19m 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
Upsert secret
Create or update a secret
post
/v1/admin/secrets/{secret_key}
Path parameters
secret_key
string
required
The key of the secret to upsert
Request body
SchemasUpsertStoredSecretRequest
required
description
string
value
string
required
Response
OK
SchemasStoredSecretResponse
required
binding
SchemasBindingResponse
created_at
string
description
string
id
string
key
string
last_accessed_at
string
updated_at
string
Changes