Agent Skill · Frontline

frontline-billing

Query Frontline billing information using the Frontline CLI — Studio plan usage, credit consumption history, Max plan usage, and Max seat assignment. Use when the user asks about their billing, credits, plan, subscription, usage limits, or Max seats.

Provider: Frontline Path in repo: frontline-billing/SKILL.md

Skill body

Prerequisites

Commands

Get current billing plan (summary)

frontline billing get [--pretty] [--debug]

Output is JSON by default (--json is accepted as a no-op). Use --pretty (or --table, an alias) for key/value display.

Flag Description
--pretty Human-readable key/value display instead of JSON
--api-key <key> Override the stored API key for this request
--profile <name> Use a specific CLI profile
--debug Show HTTP request/response diagnostics

Studio usage (account-level product)

# Get billing info as JSON (default)
frontline billing get

# View current billing plan as key/value pairs
frontline billing get --pretty

Returns credits used vs limit, counts of agents, workflows, flows, users and knowledge bases against plan limits, current plan, subscription details, and any scheduled plan change (next).

Credit consumption history

frontline billing studio credits [--start-date YYYY-MM-DD] [--end-date YYYY-MM-DD] [--table]

Returns { results: [...] } with one entry per day per AI model: date, model, modelName, totalCredits, messageCount. Use --table for a readable breakdown.

Max usage

frontline billing max usage

Returns the Max plan (plan), subscription status and renewal (subscription), seat totals (seats), feature limits (limits: knowledge sources, playbooks, custom labels, tasks, WhatsApp numbers), and any scheduled plan change (next). All fields are null on the free trial except limits.

Max seats

frontline billing max seats list [--pretty]
frontline billing max seats assign <userId>
frontline billing max seats unassign <userId>

Examples:

# How many credits have we burned this month, by model?
frontline billing studio credits --start-date 2026-06-01 --table

# Who has a Max seat?
frontline billing max seats list --pretty

# Give Jane (user 42) a Max seat
frontline billing max seats assign 42

Troubleshooting


See also

Skill frontmatter

allowed-tools: Bash(frontline:*)

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/frontline-billing"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.