Book a demo
Resources / Docs & API

Build directly on the platform. Every workflow, request and audit entry is reachable via API — the same surface the platform's own UI is built on.

Core endpoints

A starting set — full reference available once you have workspace credentials.

xlabs_api● v1POST/v1/workflows/runGET/v1/requests/{id}GET/v1/audit-logPOST/v1/knowledge/queryGET/v1/modules
POST/v1/workflows/runTrigger a configured workflow by id, with an optional payload.
GET/v1/requests/{id}Fetch the current state and full history of a Request.
GET/v1/audit-logQuery the audit log by workflow, date range and outcome.
POST/v1/knowledge/queryAsk the Knowledge layer a question and get a sourced answer.
GET/v1/modulesList the modules active on the current workspace.

Get API access

API credentials are provisioned per workspace once your account is live.