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 parameter s
Actions available for Letta on Stepper
Create Agent
Creates a new stateful Letta agent with persistent memory.
- 7 parameter s
Update Agent
Updates an existing Letta agent's configuration.
- 6 parameter s
Delete Agent
Permanently deletes an agent.
- 1 parameter s
Send Message to Agent
Sends a message to an agent and returns the agent's response.
- 3 parameter s
Get Agent
Retrieves the details of a specific agent.
- 1 parameter s
Create Memory Block
Creates a new memory block that can be attached to agents.
- 5 parameter s
Update Memory Block
Updates a memory block's content or configuration.
- 4 parameter s
Delete Memory Block
Permanently deletes a memory block.
- 1 parameter s
Create Tool
Creates a new custom tool (Python function) that agents can use.
- 3 parameter s
Create Identity
Creates a new identity (user or organization) for personalized agent interactions.
- 3 parameter s
Upsert Identity
Creates a new identity or updates an existing one matching the identifier_key.
- 3 parameter s
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.