START HERE · WIP

Run the developer preview

Install workspaces, bring up compose, configure env vars, and complete a first access/check loop. Documentation remains Work In Progress — see Gaps.

npm

Install for agents & tooling

Knowledge SDK — install as a devDependency only (not a production runtime).

npm i -D @x12i/xentra-docs

Agents / SDK details → · agent-manifest.json

Less recommended Download the full library as Markdown Useful when working with a web LLM assistant that cannot install packages — paste or attach the file instead of using the SDK.

Local stack
  1. 1cp .env.example .env
  2. 2docker compose up -d
  3. 3bash scripts/stack-smoke.sh
Integrate
  1. 1Bearer JWT or service API key
  2. 2POST /v1/accounts and access/check
  3. 3npm i @x12i/xentra-sdk

Authix is not in compose — run it from github.com/x12i/authix when you need token routes. Production requires the env vars listed in Getting Started; missing required vars fail startup.