citlyze docs
Account And Access

API Keys

Create, store, and revoke keys for the read-only API and MCP server.

API keys grant read-only access to one workspace for the REST API and MCP server. They do not grant access to billing, team management, workspace settings, or write operations.

Create a key

Create keys from workspace settings where API exports are available. Give each key a clear name, such as Power BI dashboard or Claude Desktop.

Store the plaintext key

The plaintext key is shown once when it is created. Store it in a password manager or secure secrets store.

Keys use the prefix:

aeo_live_

Send the key

Send the key as a Bearer token:

Authorization: Bearer aeo_live_...

Use the endpoints

The REST API base URL is:

https://app.citlyze.com/api/v1

The MCP Streamable HTTP endpoint is:

https://app.citlyze.com/api/mcp

REST endpoints return JSON by default and CSV when you add ?format=csv. Use GET /api/v1 to list available resources and filters.

Revoke a key

Revoke keys from workspace settings when a tool no longer needs access or a key may have been exposed.

Limits

A workspace can have up to 10 active API keys. Revoke an unused key before creating another one.

On this page