# About

Making everyday SaaS tools easier for agents to use reliably.

## Page Summary

cmdhub gives real tools predictable command interfaces.

Agents can learn messy apps, but reliable work needs explicit commands, stable output, and repeatable follow-up steps. Cmdhub starts with a focused suite of local CLIs for the tools people already use every day.

## Product Sections

- Local CLIs: The provider adapters run on your machine and expose concrete commands for real SaaS resources.
- Predictable Follow-Up: Adapters share output modes, short refs, profiles, pagination, and schemas so agents can inspect before acting.
- Typed Transforms: agent adapt bridges one command contract to another while deterministic CLIs keep ownership of side effects.

## Current focus

Coherence first: consistent auth, doctor output, command-level schema, richer docs, reliable examples, and a small number of workflows that agents can get right repeatedly.

Cmdhub is a local-first command layer for SaaS automation. The hosted site
provides documentation, account login, registry metadata, and release discovery.
The provider CLIs run locally and expose deterministic commands that humans,
scripts, and agents can inspect.

The current suite focuses on a consistent grammar across adapters, structured
JSON and JSONL output, auth and health checks, short references for follow-up
commands, and command-level schemas for downstream automation.
