For the complete documentation index, see llms.txt. This page is also available as Markdown.

Client info

GET /instance/
Authorization: Bearer <cartat_api_token>
Accept: application/json

Use this endpoint to read the authenticated instance details used by Cartat API.

Response

The exact fields depend on the current instance configuration, but the response can include connection status, provider/type, and instance identifiers.

{
  "id": 123,
  "status": "active",
  "provider": "meta",
  "type": "official"
}