Skip to content
  • Auto
  • Light
  • Dark
DiscordForumGitHubSign up

Connecting to the ADE

The ADE can connect to self-hosted Letta servers (e.g. a Letta server running on your laptop), as well as the Letta Cloud service. When connected to a self-hosted / private server, the ADE uses the Letta REST API to communicate with your server.

To connect the ADE with your local Letta server (running on localhost), simply:

  1. Start your Letta server (docker run ...)
  2. Visit https://app.letta.com and you will see “Local server” as an option in the left panel

Connecting to an external (self-hosted) server

Section titled “Connecting to an external (self-hosted) server”

If your Letta server isn’t running on localhost (for example, you deployed it on an external service like EC2):

  1. Click “Add remote server”
  2. Enter your desired server name, the IP address of the server, and the server password (if set, otherwise leave empty)

Note that the remote IP address must be https, or the ADE will not be able to connect.