A clean, versioned REST API for programmatic access to projects, conditions, documents and authority workflows. Every response is JSON, every write is idempotent.
/v1/projects[
{ "id": "p1", "name": "Riverside Residences", "status": "in_progress", "progress": 62 }
]/v1/projects{
"name": "Riverside Residences",
"city": "Berlin",
"customer_id": "c1",
"deadline": "2026-11-30"
}{ "id": "p123", "status": "planning" }/v1/projects/{id}/v1/projects/{id}/v1/projects/{id}