// api.docs
API Docs
Mondaily's API runs on the same workspace graph the app uses — every endpoint is scoped to a single workspace and requires authentication. A full interactive reference is on the roadmap; this page covers the basics needed to make your first authenticated request today.
// auth
Authentication
All requests require a Bearer token plus a workspace header:
Authorization: Bearer <your-token> X-Workspace-Id: <your-workspace-id>
// base url
Base URL
https://api.mondaily.com/api/v1
// core resources
Core resources
/decisions— read and act on Decision Queue items/agents— read live agent status/invoices,/tasks— manage finance and task records
// contact
Need something specific?
Email support@mondaily.com with what you're building — most integration requests are quick to support.