Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abloatai.com/llms.txt

Use this file to discover all available pages before exploring further.

Trusted runtimes authenticate with an API key.
import Ablo from '@abloatai/ablo';

const ablo = Ablo({ apiKey: process.env.ABLO_API_KEY });
The key identifies the Ablo account. Application code does not pass an organization id; Ablo derives scope from the credential. Use the root @abloatai/ablo import with a schema for app clients.

Server-Side API Keys

Use API keys from trusted runtimes:
  • backend route handlers
  • workers and agents
  • CLI tools
  • webhooks
Never ship a secret API key to a browser bundle.