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-docsTools
npm i @x12i/connectix-toolsSimulator
npm i -D @x12i/connectix-simulator
Call Connectix
- 1Install @x12i/connectix-client or @x12i/connectix-tools
- 2Pass Authorization + x-connectix-caller-id headers
- 3Discover → describe → execute (stub first)
Develop locally
- 1Install @x12i/connectix-simulator as a devDependency
- 2Run tools against createSimulatorPipelineCaller()
- 3Switch baseUrl to the live service when ready
Start in stub mode. Live execution leases credentials via Credorix and is opt-in per request.