/
AR
arcadeai
/
Arcade API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 4mo ago
Details
Filter operations
Admin
21
Authorization
4
Gateways
7
Hooks
6
LLM
1
Operations
3
Plugins
5
get
List plugins
post
Create a plugin
get
Get a plugin
delete
Delete a plugin
patch
Update a plugin
Tools
9
Plugins
Create a plugin
Creates a new plugin with optional inline hooks
post
/v1/plugins
Request body
SchemasCreatePluginRequest
required
description
string
name
string
required
plugin_type
'webhook'
required
retry
SchemasCreateRetryConfigRequest
status
'inactive'
|
'active'
webhook_config
SchemasCreateWebhookConfigRequest
Response
Created
SchemasCreatePluginResponse
required
binding
SchemasBindingResponse
created_at
string
created_by
string
description
string
health_status
string
hooks
SchemasHookResponse[]
id
string
name
string
plugin_type
string
retry
SchemasRetryConfigResponse
status
'inactive'
|
'active'
updated_at
string
updated_by
string
version
integer
webhook_config
SchemasWebhookConfigResponse
Changes