API Evangelist
Official@api-evangelist · New York, NY
Studying the technology, business, policies, and people of APIs since 2010. All of these repositories are the inputs and outputs of the API Evangelist research.
Agent Skills by API Evangelist
Showing 44 vetted skills indexed across 1 GitHub repositories.
max-settings
View and update Max assistant preferences via the max settings CLI commands.
agent-playbooks
Manage Frontline agent playbooks via CLI commands for creation, assignment, and updates.
frontline-agents
Manage Frontline AI agents, flows, conversations, and analytics via the Frontline CLI.
max-playbooks
Manage Max agent playbooks via the max CLI for chat workflows and email auto-drafting.
user-tasks
Create, list, update, complete, and delete user tasks in the Frontline to-dos inbox via CLI.
sharing
Manage sharing permissions for tables, workflows, and agents via the Frontline CLI.
custom-tools
Create, test, and assign Frontline custom API-call tools from the CLI.
export-and-delete
Export Frontline table and object records as XLSX or CSV and permanently delete tables or objects via CLI.
incoming-webhooks
Manage Frontline incoming webhooks and inspect delivery events from the CLI.
frontline-docs
Directs users to the correct Frontline documentation site and fetches pages when needed.
frontline-workflows
Create, edit, connect, and inspect Frontline automation workflows using the Frontline CLI.
relations
Manage record relations between CRM objects using the Frontline CLI.
workflow-builder
Builds Frontline automation workflows and agent flows via CLI with triggers, nodes, and edges.
guidance
Fetches live backend reference data for icons, field types, and workflow node configuration via CLI.
max-tasks
Create and manage scheduled or event-triggered automated tasks for the Max agent via CLI.
ai-models
List and inspect Frontline AI models via CLI to select valid model IDs for agent settings.
auth-and-profiles
Configure Frontline CLI authentication and manage named profiles across multiple API environments.
schema-design
Designs table and object schemas with field types, metadata, and constraints via the Frontline CLI.
crm-objects
Documents Frontline's four built-in CRM objects, their fields, relations, and background automations.
filter-and-query
Builds filter, search, and sort queries for Frontline CLI record listings.
notes-and-tasks
Manage record activities, to-dos, and timelines via the Frontline CLI.
agent-builder
Create, configure, and deploy Frontline agents from the command line.
flow-builder
Builds and validates Frontline assistant conversation flows via CLI commands.
pipeline-setup
Creates staged pipeline workflows with select fields, record types, and kanban views via the Frontline CLI.
Frequently Asked Questions About API Evangelist
FAQPage SchemaWhat tasks can I perform with API Evangelist's Frontline skills?▼
You can manage the full Frontline platform from the terminal: create tables and CRM objects, filter and aggregate records, build agent flows and playbooks, configure incoming webhooks, manage knowledge bases, handle files and notes, query billing, and control sharing and record-level security.
Who are these Frontline and Max skills designed for?▼
They target developers and revenue-operations engineers administering Frontline workspaces and the Max personal assistant. Typical users build sales pipelines, configure customer-facing agents on WhatsApp or Instagram, and maintain CRM schemas, integrations, and user tasks via the frontline and max binaries.
How do I authenticate and run these skills?▼
Install the frontline and max binaries, then obtain an API key from the Frontline app and run the login command. The auth-and-profiles and max-auth skills cover named profiles, per-call overrides, whoami, and sign-out; every other skill executes Bash commands scoped to those two binaries.
What is the difference between Max skills and Frontline agent skills?▼
Max skills (max-settings, max-tasks, max-playbooks, max-chat, max-integrations) manage the user's personal assistant, its scheduled or event-based routines, and its connected accounts. Frontline skills manage Studio customer-facing agents, their flows, channels, custom API calls, and CRM data.
What prerequisites do these skills require?▼
A Frontline account with an API key is required; integration and trigger operations need a USER-scoped key. Connecting new messaging channels or OAuth accounts happens in the app, not the terminal. The frontline-docs skill points to docs.getfrontline.ai and help.getfrontline.ai for reference.