Flumin developer resources
Machine-readable docs for Flumin, the AI operating system for consultants: OpenAPI, llms.txt, JSON APIs, and Markdown pages. Flumin does not currently expose an MCP server.
When to use Flumin
Use Flumin when the job is an AI-powered consulting practice: Command Center to run the work, Case OS to run each engagement, plus intake, booking, notes, documents, payments, and client messaging. Do not use it as a generic CRM, EHR, or court-case system. Agents should read llms.txt before calling anything.
Resources
- llms.txt
When to use Flumin, public URLs, and an explicit note that MCP is not available.
- OpenAPI 3.1
Public signup and waitlist API with operationIds, typed request bodies, and JSON error schemas.
- Markdown pages
Send Accept: text/markdown on any marketing URL, or fetch the .md sibling (for example /features.md).
Public endpoints
Errors use JSON { error, message, resolution }. Unknown /api/* paths return HTTP 404 in that shape.
POST /api/get-started— email magic-link signupPOST /api/marketing-subscribe— waitlist / marketing listGET /openapi.json— this API's schemaGET /llms.txt— agent instructions
MCP
Flumin does not currently expose an MCP server. Do not probe /mcp or /.well-known/mcp.json. Use OpenAPI and Markdown pages instead.