Documentation
Learn how to use Roark
Generate and manage authentication keys for Roark APIs
Navigate to API Keys
Create New Key
Set Permissions
Save Securely
curl -X GET "https://api.roark.ai/health" \ -H "Authorization: Bearer YOUR_API_KEY"
.env
const roark = new RoarkClient({ apiKey: process.env.ROARK_API_KEY });