πŸ“– MUTX Docs
GitHubΒ·mutx.dev
Welcome
Manifesto
Whitepaper
Roadmap
Documentation Hub
Autonomous Agent Team
MUTX Infrastructure
Python SDK
Support
Contributing
Security Policy
Licensing
Contributor Covenant Code of Conduct
AGENTS.md
App Dashboard
Changelog Status
Claim to Reality Gap Matrix
Governance
Migration Runbook
Monitoring
Mutation Testing
OTel
Overview
Quickstart
Surface Matrix
Technical Whitepaper
Webhook Governance
  1. Docsβ€Ί
  2. Welcome

API Reference#

This directory is the public API reference for MUTX.

It should always match the mounted FastAPI application, not older GitBook prose.

Source Of Truth Order#

When docs and implementation disagree, use this order:

  1. src/api/main.py plus src/api/routes/*.py
  2. docs/api/openapi.json
  3. Prose docs in docs/api/*.md

Refresh Generated Artifacts#

Regenerate the OpenAPI snapshot from the live FastAPI app:

python scripts/generate_openapi.py

Regenerate the TypeScript types that power the app surface:

npm run generate-types

Quick route inventory check:

jq -r '.paths | keys[]' docs/api/openapi.json | sort

Hosted Surfaces#

  • Marketing site: https://mutx.dev
  • Docs site: https://docs.mutx.dev
  • Operator app: https://app.mutx.dev
  • Direct API base: https://api.mutx.dev

Reference Artifacts#

  • API overview: index.md
  • OpenAPI JSON: openapi.json
  • Authentication: authentication.md
  • API keys: api-keys.md
  • Agents: agents.md
  • Deployments: deployments.md
  • Webhooks and ingestion: webhooks.md
  • Leads: leads.md

Publication Rules#

  • GitHub is the canonical source for README.md, SUMMARY.md, and docs/api/*.
  • GitBook should import from GitHub first when sync is reconnected.
  • Do not create replacement README pages from the GitBook UI.
PreviousDocumentation HubNextAPI Overview

On this page

Source Of Truth OrderRefresh Generated ArtifactsHosted SurfacesReference ArtifactsPublication Rules