ClouisleClouisle

API

Integrate Agents, workflows, conversations, and knowledge bases with API Keys

The Clouisle API base path is /api/v1. Requests use JSON, and responses use a unified code, data, msg structure. Authenticated requests pass a Bearer JWT or an API Key starting with clou_ in the Authorization request header.

/api/v1/admin/* is a protected endpoint used by the admin panel, not a stable third-party public API. Prefer the resource endpoints listed in this section for integrations, and keep a compatibility strategy for version changes.

How is this guide?