# mammoth-cli

> Command-line interface for the Mammoth Analytics platform, built for autonomous agents: deterministic JSON output, promptless mode, and stable error envelopes.

## Guides

- [installation.md](installation.md): Install the CLI and the agent skill.
- [quickstart.md](quickstart.md): Authenticate and run your first commands in five minutes.
- [authentication.md](authentication.md): Getting an API key, login, profiles, and project context.
- [agents.md](agents.md): Deterministic output, promptless mode, and CI patterns for agents.
- [task-spec-pilot-gap.md](task-spec-pilot-gap.md): Typed transform pilot coverage and generic task-spec limits.
- [agent-handoff.md](agent-handoff.md): Portable nonsecret checkpoints for continuing work in another session.
- [safety.md](safety.md): Mutation classes, confirmation policies, and safe mutation.
- [reference/output-and-errors.md](reference/output-and-errors.md): Output modes, envelopes, exit codes, and error codes.
- [reference/global-flags.md](reference/global-flags.md): The global flags every command shares.
- [troubleshooting.md](troubleshooting.md): Exit codes, error envelopes, and recovery.
- [upgrade.md](upgrade.md): Update the CLI and skill.
- [uninstall.md](uninstall.md): Remove the CLI, skill, and configuration.
- [command reference](reference/commands.md): every command.
- [agent skill](../mammoth_cli/bundled_skill/mammoth-cli/SKILL.md): the installable skill.

## Command families

- `activity` (2 commands)
- `addon` (7 commands)
- `agent` (5 commands)
- `ai` (5 commands)
- `annotation` (5 commands)
- `auth` (3 commands)
- `automation` (7 commands)
- `batch` (7 commands)
- `billing` (23 commands)
- `browse` (4 commands)
- `capability` (3 commands)
- `client-app` (5 commands)
- `completion` (2 commands)
- `config` (4 commands)
- `connector` (22 commands)
- `context` (3 commands)
- `dashboard` (104 commands)
- `data-app` (12 commands)
- `dataset` (16 commands)
- `doctor` (1 commands)
- `external-key` (4 commands)
- `file` (9 commands)
- `folder` (9 commands)
- `job` (4 commands)
- `notification` (5 commands)
- `parameter` (14 commands)
- `project` (18 commands)
- `report` (1 commands)
- `schedule` (5 commands)
- `schema` (3 commands)
- `skill` (5 commands)
- `snippet` (8 commands)
- `support` (45 commands)
- `template` (5 commands)
- `trash` (3 commands)
- `upgrade` (1 commands)
- `user` (8 commands)
- `version` (1 commands)
- `view` (116 commands)
- `webhook` (7 commands)
- `workflow` (16 commands)
- `workspace` (20 commands)

## Source

- https://github.com/EdgeMetric/mammothsdk
