TORK API Reference
Complete documentation for the TORK governance API. Build secure, compliant AI agents with built-in safety rails, observability, and policy enforcement.
Quickstart Guide
1. Get Your API Key
Sign up at tork.network/dashboard and create an API key from the dashboard.
2. Make Your First API Call
3. Common Use Cases
Authentication
All API requests require authentication using an API key. Include your key in the Authorization header:
Security Note: Never expose your API key in client-side code. Always make API calls from your backend server.