Start here

Get oriented on Connectix

Read the ownership boundaries, then call the four curated operations from a typed client, AI tools, or the package simulator.

npm

Install for agents & tooling

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

npm i -D @x12i/connectix-docs
Knowledge SDK
npm i -D @x12i/connectix-docs
Tools
npm i @x12i/connectix-tools
Simulator
npm i -D @x12i/connectix-simulator

Agents / SDK details → · agent-manifest.json

Call Connectix
  1. 1Install @x12i/connectix-client or @x12i/connectix-tools
  2. 2Pass Authorization + x-connectix-caller-id headers
  3. 3Discover → describe → execute (stub first)
Develop locally
  1. 1Install @x12i/connectix-simulator as a devDependency
  2. 2Run tools against createSimulatorPipelineCaller()
  3. 3Switch baseUrl to the live service when ready

Start in stub mode. Live execution leases credentials via Credorix and is opt-in per request.