Skip to main content

1. Install the SDK


2. Get your API key

Sign up at atlas.bsyncs.com, create an organisation, and generate an API key from the Dashboard → API Keys tab. Your key will look like: atlas_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Store your API key in an environment variable — never hardcode it in source files.

3. Your first memory operations

Expected output:

4. Add memory to an OpenAI call

Here is the pattern used in production — retrieve context, inject into the system prompt, then call the LLM.

5. Async usage (FastAPI / LangGraph)


6. Verify the service is running


What’s next?

Global Settings

Configure scoring weights, memory decay, and pruning thresholds.

Ingest endpoint

Detailed schema for ingesting text, including LLM extraction options.

Graph QA

Query your knowledge graph in natural language.

AI Tool Setup

Wire Atlas into Cursor, Claude Code, or Windsurf.