API
Overview
The OpenCompany API server — all business logic lives here.
API
The API server is the core of OpenCompany. The CLI, dashboard, agent runtime, and any custom integrations are all clients of this API.
Base URL: http://localhost:4000 (development)
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /health | Service health check |
As the API grows, endpoint documentation is generated from the Hono route definitions in apps/api and committed as apps/docs/openapi.json.