Public Api
Public HTTP API (v1)
Org API keys (yns_...) authenticate GET routes on the product app. Pass the key in the header:
Authorization: Bearer yns_...
Base URL is the product origin (same host as /api/auth), e.g. https://app.example.com or http://localhost:3001 in local dev.
Endpoints
Errors
JSON body shape on failure:
{ "error": "unauthorized", "message": "Invalid or missing API key" }
Related
- System overview — API keys in settings; outbound webhooks use separate signed delivery (
project.*,task.*, etc.). - Environment variables