/
AR
arcadeai
/
Arcade API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 36m 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
Test a worker connection
Test a worker connection before adding it to the system
post
/v1/workers/test
Request body
SchemasWorkerTestRequest
required
http
SchemasHTTPWorkerTestConfig
mcp
SchemasMCPWorkerTestConfig
type
string
required
Response
OK
SchemasWorkerTestResponse
required
message
string
serverInfo
SchemasServerInfoResponse
success
boolean
Changes