Authentication
All requests to the UBIK API must be authenticated. We support two primary methods:- API Key (Server-Side): For backend integrations.
- Scoped JWT (Client-Side): For frontend applications and multi-tenant user isolation.
external_user_id, please see our Authentication & Security Guide.
API Endpoint
The base URL for all API endpoints is:Core Resources
The UBIK API is organized around a few core resources:Workspaces
High-level containers for organizing your projects, documents, and tools.
Documents
The raw information you provide, like PDFs, text files, or web pages, which are ingested and processed by UBIK.
Tools
Powerful, pre-built functions that perform complex, asynchronous tasks on your documents.
Agent Sessions
Stateful conversations with AI agents that maintain context and history.

