using-letta-api

Automate ATProtocol agent control using the Letta Python client.

23|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/just-cameron/central --skill using-letta-api-just-cameron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-letta-api
Source: https://github.com/just-cameron/central/tree/main/.skills/using-letta-api
Command: npx skills add https://github.com/just-cameron/central --skill using-letta-api-just-cameron

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This guide helps users automate the management of Letta-enabled agents and their subagents, simplifying configuration and memory orchestration.

Core Features & Use Cases

  • Modify agent settings such as sleeptime, model, and description via Letta API.
  • Create, deploy, and manage subagents, including messaging workflows and subagent lifecycles.
  • Manage memory blocks across agents, including creation and updates.

Quick Start

Run a Letta API script to modify the agent’s settings, deploy a subagent, or manage memory blocks.

Frequently Asked Questions about using-letta-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Letta agent management via API?

You can automate Letta agent management via API using the Letta Python client to update settings like sleeptime, model, and description programmatically. The skill provides safe usage patterns for configuring and deploying ATProtocol-based agents.

How do I create and deploy Letta subagents programmatically?

Creating and deploying Letta subagents programmatically involves using the Letta SDK to handle subagent lifecycles and messaging workflows. This skill demonstrates orchestration by showing how to configure and launch subagents through Python client automation.

Can I update memory blocks across multiple Letta agents?

Yes, you can update memory blocks across multiple Letta agents using the Letta API. The skill covers memory management orchestration, including how to create and update shared memory blocks programmatically within your agent network.

What is the best way to configure sleeptime and model settings for Letta agents?

The best way to configure sleeptime and model settings for Letta agents is through the Letta Python client. This skill demonstrates how to modify agent descriptions and operational parameters like sleeptime directly via API calls using clear usage patterns.

Do I need the Letta Python client to manage ATProtocol-based subagents?

Yes, the Letta Python client is required to programmatically manage ATProtocol-based subagents. This skill relies on the Letta SDK to execute subagent deployment, memory block updates, and agent configuration automation.

Are there limitations when orchestrating Letta subagent lifecycles via API?

When orchestrating Letta subagent lifecycles via API, you must follow safe usage patterns to avoid configuration conflicts during memory block updates. The skill provides clear guidelines for messaging workflows and managing agent settings safely.