/
AR
arcadeai
/
Arcade API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 4mo ago
Details
Filter operations
Admin
21
Authorization
4
Gateways
7
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
Operations
3
Plugins
5
Tools
9
Hooks
Create a hook
Creates a new hook configuration
post
/v1/hooks
Request body
SchemasCreateHookRequest
required
failure_mode
'fail_closed'
|
'fail_open'
required
hook_point
'tool.access'
|
'tool.pre'
|
'tool.post'
required
name
string
required
phase
'before'
|
'after'
required
plugin_id
string
required
priority
integer
status
'inactive'
|
'active'
timeout_ms
integer
Response
Created
SchemasHookResponse
required
cache_enabled
boolean
cache_ttl_ms
integer
created_at
string
failure_mode
'fail_closed'
|
'fail_open'
hook_point
string
id
string
name
string
phase
'before'
|
'after'
plugin_id
string
priority
integer
status
'inactive'
|
'active'
timeout_ms
integer
updated_at
string
version
integer
Changes