NODE_ENV=production), requests require Basic auth using the OUTPUT_API_AUTH_TOKEN environment variable:
/health endpoint is always accessible without authentication.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How authentication works for the Output API
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
/health endpoint is always accessible without authentication.