Skip to docs content
Apito MCP agent workflow
Free Cloud
Pro
Updated 2026-08-12

Apito MCP agent workflow

Editions: Free Cloud · Pro

Apito MCP exposes agent tools over system GraphQL (schema design, tenants, users, probes) plus helpers that map/probe public GraphQL. Agents stage drafts; they never publish schema.

What MCP is for

  • Propose models/fields and stage drafts for review
  • Inspect schema diffs / change plans
  • Platform catalogs (tenants, users) with correct auth
  • Probe public documents after publish

What MCP is not

  • A replacement for Console Publish
  • An Admin SDK for app CRUD (use JS / Go / Flutter)
  • A way to bypass RBAC on secured APIs

Blueprint companion

The mcp-saas pack shows a shared SaaS schema authored with MCP-style prompts, then synced via CLI for repeatability.

Auth reminder

MCP platform tools need system-capable credentials. Project ak_ keys belong on secured GraphQL only — System vs secured.

Next