Overview

All API requests require authentication using a Bearer token in the Authorization header.

Getting Your API Key

  1. Sign in to your Orgo account
  2. Navigate to the Projects dashboard
  3. Click on “API Keys” or generate a new key
  4. Copy your API key (format: sk_live_...)

Using Your API Key

Include your API key in the Authorization header of every request:
Authorization: Bearer sk_live_your_api_key_here