infrastrActure Docs

infrastrActure is an open-source control plane for AI agents. It hands MCP clients a tenant-aware bundle of tools, sandboxes, and audited host operations through a single signed surface.

It was built as the back end for TessarAct (the Aeromech voice + chat agent), but it is a general control plane — anything that speaks the Model Context Protocol can talk to it.

What It Is

Four responsibilities:

  1. return canonical MCP runtime configuration to clients
  2. manage platform-owned shared tools
  3. manage user and tenant runtime installations
  4. expose a built-in control-plane MCP server and an audited host-operations layer (Infra SSH)

Why It Exists

Without a control plane, every client would need to know:

  • what runtimes exist
  • which runtimes belong to which tenant
  • which shared tools are safe for normal users
  • which admin controls should never leak into user space

infrastrActure centralizes that logic.

PageWhy it matters
Architecture Overviewhigh-level topology
Authenticationinstance binding and tiers
Client Integrationthe canonical sync surface
Push Notificationswebhook-driven config updates
Shared Toolsplatform-managed integrations
Infra SSHaudited host operations and approval model
Built-in MCP Serveragent-facing control-plane tools
Deploymentruntime and rollout model