frontline-docs

Directs users to the correct Frontline documentation site and fetches pages when needed.

Updated Jul 27, 2026
One-click install
npx skills add https://github.com/api-evangelist/frontline --skill frontline-docs-api-evangelist
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: frontline-docs
Source: https://github.com/api-evangelist/frontline/tree/main/skills/vendor/frontline-docs
Command: npx skills add https://github.com/api-evangelist/frontline --skill frontline-docs-api-evangelist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Frontline maintains two separate documentation sites with different scopes, and users often don't know which one answers their question. This Skill routes documentation questions to the right site — docs.getfrontline.ai for the REST API and CLI, help.getfrontline.ai for the web app — and fetches page content only when no dedicated skill covers the topic. ## Core Features & Use Cases - Site Routing: Decides between docs.getfrontline.ai (API reference, CLI commands, concepts) and help.getfrontline.ai (UI walkthroughs, channel setup, billing) based on the question type. - Deep Link Directory: Provides known URL slugs for concept pages (agents, flows, workflows, objects, tables), CLI command pages, and the OpenAPI reference. - Fetch vs Link Discipline: Uses WebFetch only when no other Frontline skill answers the question and the content is needed to act; otherwise replies with a link. - Use Case: A user asks "where can I read about rate limits?" — the Skill links directly to docs.getfrontline.ai/docs/rate-limits instead of fetching and paraphrasing the page. ## Quick Start Ask where to find documentation on a Frontline topic, such as "where can I learn about configuring WhatsApp channels in Frontline?"

Frequently Asked Questions about frontline-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Where is the Frontline API documentation?▼

Frontline API documentation lives at docs.getfrontline.ai, covering REST API concepts, authentication, rate limits, errors, and an auto-generated OpenAPI reference. The CLI command reference for frontline and max is on the same site under /cli.

What is the difference between docs.getfrontline.ai and help.getfrontline.ai?▼

docs.getfrontline.ai covers the REST Public API and the frontline/max CLI for developers building integrations. help.getfrontline.ai covers the web app itself: UI walkthroughs, channel setup, billing, and troubleshooting end-user flows.

When should I fetch a docs page instead of just linking it?▼

Fetch with WebFetch only when no Frontline skill answers the question and you need the content to act, not just to cite. Otherwise link directly, since fetching a page just to paraphrase it wastes context and is slower.

Does this skill replace the other Frontline skills?▼

No. Dedicated skills like record-security, agents-chat, max-chat, and sharing are the authoritative source for their topics. Check those first and use this skill only for routing to documentation or looking up uncovered behaviors.

Can this skill access internal Frontline docs or runbooks?▼

No. It only knows the two public documentation sites, docs.getfrontline.ai and help.getfrontline.ai. It has no access to internal employee docs, runbooks, or private wikis.