Skip to main content
GET
List Hooks

Response

hooks
array
Array of installed hooks. Each includes id, event_pattern, skill_slug, enabled, cooldown_minutes, consecutive_failures, last_fired_at, created_at.
presets
array
Array of available hook presets. Each includes id, event_pattern, default_skill, description.

Authentication

Requires an API key with completions scope.

Example

curl

Response

Management

  • PATCH /api/v1/hooks/{id} — Update config, enable/disable
  • DELETE /api/v1/hooks/{id} — Remove
  • GET /api/v1/hooks/{id} — View execution history