Skip to main content

Getting started

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/...
To obtain an API key, please reach out to [email protected].