Account
get_plan_usage
- Plan
- Grow and above
- Rate cost
- 1 unit
- REST
- GET /plan
Try asking
“How many content credits do we have left this month?”
Account
Try asking
“How many content credits do we have left this month?”
—noneThis tool takes no arguments.
The same object as Get plan and usage, returned as structured output.
planstringPlan key.
Values:solotrackgrowscalecustom
plan_namestringPlan name as shown on the dashboard, e.g. Grow.
monthly_price_inrnumberThe plan's monthly price in rupees, before GST.
enginesintegerAI engines measured on every sweep.
sweep_interval_daysintegerDays between sweeps: 1 is daily, 2 alternate days, 7 weekly.
billing_scopestringWhere the plan is bought. account means several workspaces share one plan, and the limits and meters below are pooled across them.
Values:accountorganization
answersobjectAI answers analyzed — the plan's billing unit.
usedintegerAnswers used this calendar month (UTC).
quotaintegernullableThe monthly allowance. Null means unlimited.
remainingintegernullableWhat's left this month. Null when the quota is unlimited.
draftsobjectContent credits. One draft spends one credit.
usedintegerCredits used this calendar month (UTC).
quotaintegernullableThe monthly allowance. Null means unlimited.
remainingintegernullableWhat's left this month. Null when the quota is unlimited.
max_promptsintegernullableTracked prompts allowed. Null means unlimited.
projectsintegernullableProjects (brands) allowed. Null means unlimited.
max_seatsintegernullableMembers allowed. Null means unlimited.
max_competitorsintegernullableTracked competitors allowed. Null means unlimited.
monthly_auditsintegernullableSite audits a month. Null means unlimited.
reports_per_monthintegernullableReports a month. Null means unlimited.
max_api_keysintegernullableActive API keys allowed: 1 on Grow, 2 on Scale, 10 on Custom.
retention_daysintegernullableDays of history the plan keeps visible. Older results are hidden, not deleted. Null means unlimited.
| 401 unauthorized | No key was sent, or the key is unknown, revoked or expired, or the member who created it has left the workspace or been deactivated. |
| 402 plan_required | The workspace's plan doesn't include API access. It's included on Grow, Scale and Custom. |
| 403 workspace_not_approved | The workspace is still waiting for approval, or wasn't approved. |
| 429 rate_limited | Too many requests this minute. Wait for the number of seconds in the `Retry-After` header, then retry. |
Every code, and what to retry, is in Errors.
Failures arrive as a tool error — isError: true with code: message as text. See Using the tools.