# API Configuration — [Your Project Name]

For cabinet members that interact with the project's API. Skip this file
entirely if your project doesn't have an API.

## Endpoints
*Base URL, auth mechanism, auth env var name.*
*Example: `https://my-app.up.railway.app/api`, header `x-api-secret`*

## Calendar API
*How to access calendar events, if applicable.*

## Entity Types

*What structured entities your system manages. Cabinet members like
data-integrity need to know what exists.*

*Example:*
*- actions (DB) — tasks with status, due dates, areas*
*- projects (DB) — bounded deliverables containing actions*
*- people (DB) — contacts with linked actions and context*
