Engram exposes a local API that allows you to interact with the semantic index programmatically. This is useful for building custom tools or integrations.
The API is only available when the Engram extension or desktop app is running on your machine. Ensure you have enabled "API Access" in the settings.
By default, the API server listens on port 11435. You can configure this in your settings.
http://localhost:11435/v1
Check if the Engram server is running and indexing status.
Perform a semantic search against the codebase.
{
"query": "authentication flow",
"limit": 5
}