Skip to main content
Welcome to Rulebase! This guide will help you get started with using our platform.

Authentication

Rulebase uses Bearer token authentication for API access. To authenticate your requests, include your API key in the Authorization header of each request:
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.rulebase.co/...
Sign up at app.rulebase.co, then create and manage API keys in Integration settings.