Automate Letta for free on Stepper
Letta is a platform for building stateful AI agents with persistent memory. Create and manage agents that remember information across conversations.
Triggers available for Letta on Stepper
New Agent
Triggers when a new agent is created.
New Run
Triggers when an agent completes a run (execution).
- 1 parameters
Actions available for Letta on Stepper
Create Agent
Creates a new stateful Letta agent with persistent memory.
- 7 parameters
Update Agent
Updates an existing Letta agent's configuration.
- 6 parameters
Delete Agent
Permanently deletes an agent.
- 1 parameters
Send Message to Agent
Sends a message to an agent and returns the agent's response.
- 3 parameters
Get Agent
Retrieves the details of a specific agent.
- 1 parameters
Create Memory Block
Creates a new memory block that can be attached to agents.
- 5 parameters
Update Memory Block
Updates a memory block's content or configuration.
- 4 parameters
Delete Memory Block
Permanently deletes a memory block.
- 1 parameters
Create Tool
Creates a new custom tool (Python function) that agents can use.
- 3 parameters
Create Identity
Creates a new identity (user or organization) for personalized agent interactions.
- 3 parameters
Upsert Identity
Creates a new identity or updates an existing one matching the identifier_key.
- 3 parameters
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.