Agent Skill · Frontline

frontline-docs

Where to find official Frontline documentation and how to use it. Two sites: docs.getfrontline.ai (REST API and CLI reference) and help.getfrontline.ai (UI walkthroughs and general app usage). Use when the user asks where to learn something, or when no other skill covers the question and you need to look up a behavior. Always check the other Frontline skills first — they are the authoritative source for anything they cover.

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

Skill body

Frontline Documentation

Frontline maintains two public documentation sites. Each has a clear scope — use the table below to decide which one to point a user at, or to fetch from yourself when a skill doesn’t have the answer.

Site Covers Pick this when…
docs.getfrontline.ai REST Public API (concepts + reference) and the frontline / max CLI (command reference). The user is building an integration, hitting endpoints, scripting with the CLI, or asking about API behavior, rate limits, auth, schemas, payloads.
help.getfrontline.ai The Frontline web app: setup, channels, agents UI, billing, troubleshooting end-user flows. The user is asking how to do something in the app, where a setting lives, how to set up a channel, configure WhatsApp, invite teammates, etc.

Apply the rules in order:

  1. A Frontline skill covers the topic → use the skill. Skills are the source of truth for API, CLI, CRM behavior, flows, workflows, agents, tables, objects, relations, and the built-in CRM objects’ automations. Do not open the docs to re-derive what a skill already documents.
  2. The user explicitly asks where to learn / read about something → reply with the matching site link (and a deep link if you know one). You don’t need to fetch — just point.
  3. No skill covers the question and you need the answer to keep going (for example, a UI flow, a billing detail, or a non-CLI feature) → WebFetch the relevant page on the right site, then summarize.

If you can answer something from a skill but also reference a doc URL for the user, do both: act using the skill, mention the link for further reading.

Sections on docs.getfrontline.ai

The site has three top-level tabs. Useful entry points:

When you don’t know the exact slug, link to the section root (/api, /reference/openapi, /cli) — the sidebar exposes everything from there.

Sections on help.getfrontline.ai

This site is owned by the customer-success team and covers UI flows, channel setup, troubleshooting, billing in-app, etc. Treat it as the canonical reference for anything that lives inside the Frontline app, not in the API. When in doubt, link to the homepage and let the user search: https://help.getfrontline.ai.

Response patterns

When the user asks “where can I read about X?”:

Format the answer with the link inline and one short sentence describing what they’ll find:

Read the API concepts here: https://docs.getfrontline.ai/docs/concepts/agents. For the UI walkthrough (configuring channels, publishing the agent, etc.) see https://help.getfrontline.ai.

Fetch with WebFetch only when:

Otherwise prefer linking — opening a page just to paraphrase a paragraph back to the user wastes context and is slower than letting them click.

After a fetch, do not dump the raw page back at the user. Summarize, cite the URL, and stop.

What this skill is not

Skill frontmatter

allowed-tools: WebFetch

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