Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to authenticate with the Orthogonal API
Authorization
Authorization: Bearer orth_live_xxxxxxxxxxxx
orth_live_
orth_test_
export ORTHOGONAL_API_KEY=orth_live_xxxxxxxxxxxx
const apiKey = process.env.ORTHOGONAL_API_KEY;
import os api_key = os.environ['ORTHOGONAL_API_KEY']
curl -H "Authorization: Bearer $ORTHOGONAL_API_KEY" ...