Approval and credits
Before every question, tell the user that Milian uses additional workspace credits and ask for explicit approval. Setconfirmed to true only after that approval. Connecting a client or granting access does not approve future paid questions.
Usage is charged to the active workspace at the same rates as Milian in the dashboard. Available credits are checked before generation. The response reports the credits actually charged; completed work may still be charged if a later step fails. Each follow-up or retry is a new paid question: do not retry automatically.
Access
Use a workspace API key or OAuth token withmilian:write. Data access also requires the relevant read scopes, such as calls:read. For OAuth, select Milian and the data groups you want it to analyse. Milian is optional and is not included in the default seven groups or the public assistant-history profile. Viewer and billing roles cannot start paid questions.
Questions are standalone. Include the context Milian needs; these questions are not added to dashboard chat history.
Request
app.famulor.io.
Response
status and billing_complete before treating the request as complete. Insufficient credits before generation return HTTP 402. A missing approval returns HTTP 400. Unauthorized scopes or roles return HTTP 403.
See MCP tools and scopes for connection setup.