engram
Features Privacy Docs Try it

API Reference

Engram exposes a local API that allows you to interact with the semantic index programmatically. This is useful for building custom tools or integrations.

Prerequisites

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.

Base URL

By default, the API server listens on port 11435. You can configure this in your settings.

http://localhost:11435/v1

Endpoints

GET /status

Check if the Engram server is running and indexing status.

POST /query

Perform a semantic search against the codebase.

{
  "query": "authentication flow",
  "limit": 5
}
engram

The gateway to code memory.
Local first, privacy always.

Product

Features Integrations FAQ Download

Resources

Documentation API Reference Roadmap Changelog

Company

About Contact Privacy Terms

© 2026 Engram Project.