# Lettactl

> Manage Letta AI agent fleets with kubectl-style CLI Use when this capability is needed.

- Skill: `tomevault-io/lettactl` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/lettactl`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/lettactl/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/lettactl

---


## Overview
kubectl-style CLI and SDK for deploying AI agents declaratively from YAML.

## Quick Start
```bash
lettactl apply -f fleet.yaml        # Deploy agents
lettactl get agents                 # List agents
lettactl send <agent> "Hello"       # Message agent
lettactl health                     # Check server
```

## Environment
```bash
export LETTA_BASE_URL=http://localhost:8283
export LETTA_API_KEY=<optional-for-cloud>
```

## Skills Index
- `fleet-deployment/` - Deploy agents from YAML configs
- `agent-management/` - Create, update, delete, list agents
- `message-operations/` - Send messages, view history
- `resource-management/` - Manage blocks, tools, folders, files
- `bulk-operations/` - Cleanup, delete-all, bulk messaging
- `observability/` - Health, context usage, async runs
- `release-cycle/` - Release workflow: issues, branches, tests, commits, PRs, versioning

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/nouamanecodes) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

