Start here

Configuration & environment

Learn which knobs control modules, environment loading, worker selection, and policy settings in `damat.config.ts`.

damat.config.ts is the application's composition contract. It selects modules, provider roles, links, durable services, HTTP settings, and process roles.

Keep secrets in environment variables. Module code should receive validated credentials through its config loader rather than reading process.env throughout services and workflows.

Start with section detail here, then use the environment and startup pages: