Plan
Plan, renewal and limits.
Updated on January 1, 1970
Privacy and analytics
We use necessary technical cookies and, only with your consent, analytics and marketing pixels to improve the website and measure campaigns.
Plan, renewal and limits.
Updated on January 1, 1970
Read-only in every door.
Current plan, status, renewal date and how much of each limit is used (works, storage, seats). AI spend is never shown to the brand. Read-only: changing plans happens on the plan screen.
| Field | Value |
|---|---|
| Kind | Read |
| HTTP method | POST /api/v1/subscriptions.read |
| MCP tool | subscriptions_read |
| Scope | subscriptions.read |
| Minimum role | Billing |
| Human confirmation | No |
| Doors | Nödo, Voice, MCP, API |
| Status | Planned |
| Widget | usage |
Input
{}Output
{
plan: string | null
status: string | null
renewsAt: string | null
limits: Array<{
key: string
label: string
used: number | null
limit: number | null
unit: string | null
}>
}