ACTEX / Resources / Docs

Install ACTEX tools

  1. Install ACTEX CLI (when available in your npm registry) and MCP tool adapter.
  2. Reference the canonical phase-1 manifest.
  3. Validate installation with a health call.
npm install -g @actex/cli
npx -y @actex/tools-mcp --manifest "$ACTEX_BASE_URL/skills/manifest.json"
curl -s "$ACTEX_BASE_URL/health"

If @actex/cli is not yet available in your registry mirror, continue with MCP + API commands directly from this docs section.

SDK users: install OpenAPI Generator first — openapi-generator.tech/docs/installation

Next steps

Quickstart Getting started guide Docs hub