Overview
Connect Letta with Flows360
Letta is the platform for building stateful agents: open AI with advanced memory that can learn and self-improve over time.
Use the Letta connector to include its declared actions and events in Flows360 workflows without duplicating the integration logic inside each consuming system. This pinned connector version currently exposes 4 actions and 2 triggers.
Available actions
- Create Agent From Template
- Create Identity
- Send Message to Agent
- Get Identities
Available triggers
- New Agent
- New Message
The capability list above is generated from the exact reviewed connector package so the public description stays aligned with the version Flows360 operates.
Technical guide
Technical reference
Package identity
- Connector: Letta
- Package:
@activepieces/piece-letta@0.1.7 - Exact artifact digest:
sha256:a9e59db1b4734073a03530e20f6532384c46f8c973feedf7b3e90740bd1ed00a - Runtime: Activepieces-compatible deterministic worker
- Source: the exact reviewed Activepieces source
Authentication
CUSTOM AUTH. Connection values are tenant-specific and remain in the consuming Studio instance; CDK stores definitions and field metadata, not customer credential values.
Action contracts
- Create Agent From Template (
createAgentFromTemplate), Creates an agent from a template Classification: read. - Create Identity (
createIdentity), Creates a Letta identity Classification: read. - Send Message to Agent (
sendMessageToAgent), Send message to an agent Classification: read. - Get Identities (
getIdentities), Searches for identities in your Letta Project Classification: read.
Trigger contracts
- New Agent, polling.
- New Message, polling.
Verification
Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.
Capability summary
Authentication
Authentication method: custom
Authentication profiles
connection · custom
- API Key Optional · protected credential
- Base URL Optional
Supported objects
| Object | Read | Write | Notes |
|---|---|---|---|
| Create Agent From Template | Yes | No | Creates an agent from a template |
| Create Identity | Yes | No | Creates a Letta identity |
| Send Message to Agent | Yes | No | Send message to an agent |
| Get Identities | Yes | No | Searches for identities in your Letta Project |
| New Agent | Yes | No | polling trigger declared by the pinned package. |
| New Message | Yes | No | polling trigger declared by the pinned package. |
Supported actions
Create Agent From Template · Read
Creates an agent from a template
create_agent_from_template · Risk: low · Retry: safe
Inputs
templateVersion· string · Required, The template version ID to create the agent fromagentName· string · Optional, The name of the agent (optional, a random name will be assigned if not provided)identityIds· array · Optional, Select identities to assign to the agenttags· array · Optional, Tags to assign to the agentmemoryVariables· object · Optional, Memory variables to assign to the agent (key-value pairs)toolVariables· object · Optional, Tool variables to assign to the agent (key-value pairs)initialMessageSequence· array · Optional, Initial sequence of messages to start the agent with
Create Identity · Read
Creates a Letta identity
create_identity · Risk: low · Retry: safe
Inputs
identifierKey· string · Required, External, user-generated identifier key of the identityname· string · Required, The name of the identityidentityType· string · Required, The type of the identityprojectId· string · Optional, The project ID of the identity (optional)properties· array · Optional, List of properties associated with the identity
Send Message to Agent · Read
Send message to an agent
send_message_to_agent · Risk: low · Retry: safe
Inputs
agentId· string · Required, Select the agent to send a message toinput· string · Required, The message content to send to the agentmaxSteps· number · Optional, Maximum number of steps the agent should take to process the request
Get Identities · Read
Searches for identities in your Letta Project
get_identities · Risk: low · Retry: safe
Inputs
identifierKey· string · Optional, Filter by identifier keyname· string · Optional, Filter by identity nameidentityType· string · Optional, Filter by identity typeprojectId· string · Optional, Filter by project IDlimit· number · Optional, Maximum number of identities to return
Triggers
New Agent · Poll
Triggers when a new agent is created
New Message · Poll
Triggers when an agent uses send_message
Inputs
agentId· string
Setup
Setup
- Add the Letta connector to the workflow in the target Flows360 Studio instance.
- Create or select the tenant-specific connection required by the connector. Connection secrets remain in the Studio connection boundary and are not copied into CDK documentation.
- Provide the connection fields declared by the pinned package:
- API Key (
apiKey), optional; stored as a sensitive connection value. - Base URL (
baseUrl), optional.
- Select the required action or trigger and complete its declared input fields. Required and optional inputs are defined by the exact package schema.
- Test the workflow in the appropriate environment before enabling production scheduling or event delivery.
Limitations
Limitations and operational notes
- This content describes
@activepieces/piece-letta@0.1.7; provider behaviour can change independently and should be revalidated when the provider or connector version changes. - Only the 4 actions and 2 triggers declared by this pinned package are represented here.
- Tenant credentials and connection values are not stored in the public connector record.
- Provider-side permissions, account entitlements, quotas and rate limits remain subject to the connected provider account and are not inferred when the package does not declare them.
- Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.
Troubleshooting
Why canu2019t the connector authenticate?
Check the tenant connection in Studio and confirm every required Letta connection field is present. Re-authorise OAuth-based connections if the provider token or consent has expired. Do not place credential values in CDK content or logs.
Why is an action or trigger unavailable?
Confirm that the workflow is using @activepieces/piece-letta@0.1.7 and compare the requested capability with the declared action and trigger list for this version. A capability that is not declared by the pinned package should not be presented as supported.
What should I check after a provider-side change?
Revalidate authentication, required fields, action/trigger behaviour and provider documentation before publishing refreshed connector content or moving a new package version into production.