Set up with AI
Install the Orwel agent skill once. Your assistant (e.g. Claude Code) then knows the whole SDK — install, init, tracking, and conversions — and writes correct code from a plain-language prompt.Prefer to wire it by hand? Follow the SDK guide for manual installation and initialization.
Get Your API Key
First, you need to obtain your API key from the Orwel dashboard.1
Navigate to Settings
Go to your workspace settings in the Orwel dashboard
2
Generate API Key
Click on “API Keys” and generate a new key. You can create both production and development keys.
3
Store Securely
Copy your API key and store it securely. Never expose it in client-side code.
Make Your First Request
Let’s fetch your workspace leads using cURL:Response Format
All successful responses follow this structure:Response Headers
Every response includes useful headers:Create a Resource
Let’s create a new visitor identity:Next Steps
Authentication
Learn about API key types and security
API Reference
Explore all available endpoints
Rate Limiting
Understand rate limits
Error Handling
Handle errors gracefully