API Keys

API keys allow your applications to authenticate securely with the Qorebit platform.

How to Get a Key

1. Create a Project

Log in to the dashboard and create a new project. Qorebit will automatically create an API key for that project.

2. Automatic Generation

The key is instantly available upon project creation. You can find it in the project settings.

3. Manual Keys (Optional)

While project creation is recommended, you can also create standalone keys from the 'API Keys' menu.

4. Copy and Use

Copy your key and store it securely in your environment variables as QOREBIT_API_KEY.

Live vs Test Keys

Qorebit provides two types of keys to help you build and test safely.

  • qb_live_...: Use these keys for production traffic. Usage is billed to your credits.
  • qb_test_...: Use these for development and automated testing. Test keys do not incur costs but may have lower rate limits.

Example Request Header

Authorization: Bearer qb_live_YOUR_API_KEY