Start here
Getting started
Install packages, run the host on zone ports 7080 / 7081, then pick a use case.
npm
Install for agents & tooling
Knowledge SDK — install as a devDependency only (not a production runtime).
npm i -D @x12i/web-agentic-api-docs
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.
pnpm add @x12i/sdk
# or run the HTTP host:
pnpm add @x12i/web-agentic-api
npx playwright install chromium
npx web-agentic-api
Playground (this repo): pnpm ui → API 7080, UI 7081. Pick an Endpoint in the sidebar (Run, Fetch, Classify, Parse, Search, Search and fetch, Ingest).
Knowledge SDK for agents (devDependency only):
pnpm add -D @x12i/web-agentic-api-docs