Prerequisites
- An active organization account
- Access to your organization portal (for generating API keys)
- Your organization ID (
org_...)
Quick Start
1
Generate API Keys
Log in to your organization portal and navigate to Settings → API Keys. Click Generate New API Key to create your API key pair.
2
Store Credentials Securely
Copy both the API key (
sk_...) and API secret (s3cr3t_...) immediately. Store them securely - the secret cannot be retrieved later!3
Make Your First API Call
Use the API key and secret in request headers to authenticate your API calls.
Base URL
All API endpoints are available at:Authentication
All API requests require authentication using both API key and secret:X-API-KEY: Your API key (format:sk_...)X-API-SECRET: Your API secret (format:s3cr3t_...)
Organization ID: The organization ID is automatically extracted from your API key and secret during authentication. You do not need to include an
orgId header in your requests.Read Authentication Guide
Learn how to authenticate API requests
View API Reference
Browse available endpoints
Example Request
Response Format
All API responses follow a consistent format:Next Steps
- Read the Authentication Guide to understand API key management
- Explore the API Reference for available endpoints
- Start integrating with your application
