> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agents-squads.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

> Programmatic access to Agents Squads

## Current: CLI-First Approach

All agent operations use the `squads` CLI:

```bash theme={null}
# Run agents
squads run research/analyst

# Query memory
squads memory query "competitor analysis"

# Check status
squads status
```

See the [CLI Reference](/cli-reference) for full command documentation.

## Want Programmatic Access?

If you need API access for your use case, [contact us](https://agents-squads.com/contact) to discuss your requirements.
