> ## Documentation Index
> Fetch the complete documentation index at: https://developer.firstsales.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Workflows

> Use FirstSales from Codex, Claude Code, Gemini, Claude.ai, and MCP-aware tools.

FirstSales is agent-ready through two surfaces:

* Developer API for any tool that can send HTTPS requests.
* `firstsales` CLI for local shells, coding agents, CI, and scripts.

Agents should prefer the CLI when shell access exists because it centralizes auth, JSON output, idempotency headers, and destructive confirmation behavior.

When shell access does not exist, use the API examples directly.
