Thalamus LabzThalamus Labz
Back to Docs
Reference

API Reference

REST API documentation for Thalamus Labz projects.

Work in Progress

Full API documentation is being generated from the codebase. For now, refer to the OpenAPI spec in each project's repository.

Base URL

http://localhost:3000/api/v1

Authentication

Most endpoints require an API key passed in the Authorization header:

Header
Authorization: Bearer YOUR_API_KEY

Common Endpoints

GET/health

Health check endpoint

POST/workflow

Execute a governed AI workflow

GET/audit

Query audit trail

OpenAPI Spec

Each project includes a complete OpenAPI specification:

  • /api/openapi.json — OpenAPI JSON spec
  • /api/docs — Swagger UI (when enabled)