Account API keys
Developer API requests use Account API keys from Developer Console. Keys start withcr_sk_ and authenticate only the public /v1/* API.
This page covers Developer Platform Account API keys. App-scoped API Trigger keys are created from an agent detail page in
agent.creao.ai, start with capi_, and authenticate the app-scoped agent.creao.ai/api/v1/apps/{appId}/runs route. See API Paths for the comparison.Create a key
Open Developer Console
Go to developer.creao.ai with the CREAO account that owns the agents you want to run.
Create an Account API key
Open API Keys, create a key, and store it immediately. The full key is shown only once.
Scope
Account API keys can create, edit, and run personal agents owned by the same CREAO account. They cannot create or edit team agents, manage files, manage schedules, publish to Agent Store, access Console session APIs, or authenticate internal CREAO routes. If a key is missing, malformed, revoked, or unknown, the API returns:Backend example
Node.js