Documentation Index
Fetch the complete documentation index at: https://docs.hiveku.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Hiveku uses Clerk for authentication. All API requests must include a valid session token.Session Tokens
When authenticated via the Hiveku dashboard, API requests are automatically authenticated through Clerk’s session management. For programmatic access, include your session token in theAuthorization header:
Multi-Tenant Context
Hiveku is multi-tenant — every request is scoped to your organization (account). The organization is determined from your authenticated session. All data queries are automatically filtered byaccount_id, so you only see data belonging to your organization.
Permissions
API permissions follow the same rules as the dashboard:- Owner — Full access to all features and settings
- Admin — Manage projects, team members, and billing
- Member — Create and edit projects, access marketing and CRM
Getting Your Session Token
For development and testing:- Sign in to app.hiveku.com
- Open your browser’s developer tools
- Go to Application > Cookies
- Find the
__sessioncookie value