Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.output.ai/llms.txt

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

In development, all endpoints are open. In production (NODE_ENV=production), requests require Basic auth using the OUTPUT_API_AUTH_TOKEN environment variable:
curl -H "Authorization: Basic $OUTPUT_API_AUTH_TOKEN" \
  https://api.example.com/workflow/run
The /health endpoint is always accessible without authentication.