# Agentled

> Workflow automation platform. Build, run, and manage agentic workflows via CLI or API. 100+ app integrations, AI steps, knowledge base, and credit-based execution.

## Quick Start

```bash
npm i -g @agentled/cli
agentled auth login
agentled auth current
agentled workflows list
```

The CLI can store multiple workspace profiles. Use `agentled auth list`,
`agentled auth use <workspace>`, or `agentled --workspace <workspace> ...`
to switch targets.

## Docs

- [Full Reference](llms-full.txt): Complete single-file reference for LLM consumption — all CLI commands, workflow schema, app actions, and examples
