Agent Skill · Frontline

frontline-api

Make raw HTTP requests to the Frontline Public API using the Frontline CLI. Use as an escape hatch when a specific endpoint does not have a dedicated CLI command, or when exploring the API.

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

Skill body

Prerequisites

Commands

Make a raw API GET request

frontline api raw get <path> [--query <key=value>...] [--debug]
Flag Description
<path> (required) API path relative to the base URL (e.g. /agents, /workflows)
--query <pairs...> Query parameters as key=value pairs (repeatable)
--api-key <key> Override the stored API key for this request
--profile <name> Use a specific CLI profile
--debug Show HTTP request/response diagnostics

Output is always the raw JSON response — there is no --json/--pretty flag here.

Important: Only GET requests are supported currently. Passing any other method will result in an error.

Example:

# Raw GET request to the agents endpoint
frontline api raw get /agents

# Raw GET with query parameters
frontline api raw get /agents --query status=active --query limit=10

# With debug output to see full request details
frontline api raw get /billing --debug

Output: JSON on stdout ({ ok: true, data: … } when the endpoint uses the SOR envelope).

When to use this skill

Discovering available endpoints

Run frontline --help to see all available commands. If a resource is not listed, you can try calling it directly via frontline api raw get /resource-name.

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-api"
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.