QQBIQAL
Developer API

Qbiqal API Reference

Programmatic access to every AI employee, agent run, credit ledger, and workspace resource. All endpoints require a valid API token — no token, no data.

🔐
Authentication required for all data endpoints
Every endpoint (except /health and /docs/openapi.json) requires Authorization: Bearer <token>. Requests without a valid token receive 401 Unauthorized.
Get API Token →

What you can build

Everything in the dashboard is available via API — build your own integrations, automations, and products.

Run AI Employees

Trigger any Qbiqal agent with a single POST. Get structured JSON output back.

🔑

Bearer Token Auth

All endpoints require a valid API token in the Authorization header. No token, no data.

📦

Webhooks

Subscribe to agent completion events and receive results pushed to your endpoint.

📊

Credits & Billing

Query credit balance, set budget caps, and retrieve usage ledger programmatically.

Quick Start

Run your first agent in under 60 seconds. Get your token from Settings → API Keys.

bash
curl -X POST https://api.qbiqal.com/agent-runs \
  -H "Authorization: Bearer qai_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "qbiqalSlug": "biz-pilot",
    "agentSlug": "social-poster",
    "input": { "topic": "New product launch" }
  }'
💡
API keys start with qai_live_ for production and qai_test_ for development. Generate them from your dashboard under Settings → API Keys.

Interactive API Explorer

Live endpoint testing and full Scalar documentation — launching with public API access.

🚀
Coming Soon — Early Access

Public API Explorer launching soon.

The interactive Scalar API explorer and full endpoint documentation will be available when public API access opens. Early access partners get API tokens first.

Need help? We're available on WhatsApp.

Our developer support team answers API questions within 4 business hours. Email [email protected] or WhatsApp +91 74392 87439.