Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alertyai.com/llms.txt

Use this file to discover all available pages before exploring further.

Welcome

This reference documents AlertyAI endpoints used by clients and internal integrations. The schema includes task retrieval, task creation, task completion, and webhook delivery events.

AlertyAI OpenAPI Spec

View the OpenAPI specification file

Authentication

All API endpoints use Bearer token authentication.
"security": [
  {
    "bearerAuth": []
  }
]