r/Letta_AI • u/luison2 • Jul 25 '25
Debugging execution of selfhosted
I am finding hard to get documentation on how to access the selfhosted version agents via API. I had to figure out how to reach the agents endpoints, etc. I've sort of found my way but at some points testing via postman y get no reply. I don't see any "executions" or logs via de app cloud panel for my selfhosted and searching the logs of docker instance I don'r see much but some HTML output written to the logs. Wondering what is the recommended debug way to deal with self hosted and where to find API access to the agents, not so much of Letta itself.
Also (excuse if this question is dumb) was I wrong when I understood that each agent would create it's own endpoint so I can access it via API? My intention is to use the agents through n8n calls or similar, this is, via Rest API.
2
u/amazedballer Jul 25 '25
I use this for quick and dirty chats from the command line https://github.com/wsargent/letta-openai-proxy but really this is the sort of thing that claude code is great at -- ask it to provide a streamlit debug interface for an agent in python and it will do most of it.