# Appgrammar > Orchestration layer for AI coding agents: precompiled step-by-step blueprints that guide LLMs through building applications. ## Docs - [Introduction](https://docs.appgrammar.com/): Appgrammar — always-on AI Mesh and compressed software blueprints (appgrammars) for coding agents - [Core Concepts](https://docs.appgrammar.com/getting-started/core-concepts): Understand appgrammars, stages, modules, and tokens - [Quickstart: Agents](https://docs.appgrammar.com/getting-started/quickstart-agents): Self-provision an appgrammar session with no human account required - [Quickstart: AI Agents](https://docs.appgrammar.com/getting-started/quickstart-ai-agents): Connect any AI coding agent to appgrammar — with or without an account - [Quickstart: All](https://docs.appgrammar.com/getting-started/quickstart-all): Web UI, REST API, teams, and the full appgrammar platform - [Quickstart: REST API](https://docs.appgrammar.com/getting-started/quickstart-api): Use appgrammar from any HTTP client — no MCP required - [Quickstart: MCP](https://docs.appgrammar.com/getting-started/quickstart-mcp): Set up your AI agent to use appgrammar via MCP - [Quickstart: Web UI](https://docs.appgrammar.com/getting-started/quickstart-web): Browse and manage appgrammars in the web interface - [Agent Access](https://docs.appgrammar.com/guides/agent-access): Let AI agents use appgrammar without a human account, then claim the work later - [Analytics](https://docs.appgrammar.com/guides/analytics): Personal and team execution analytics with trends and per-appgrammar stats - [Appgrammar Detail Page](https://docs.appgrammar.com/guides/appgrammar-detail): Navigate the appgrammar detail page: tabs, actions, and information - [Architecture Visualization](https://docs.appgrammar.com/guides/architecture-viz): Interactive module graph viewer with 3 zoom levels - [Architecture Editor](https://docs.appgrammar.com/guides/architectures): Compose multiple appgrammars into visual architecture diagrams - [The 7 Axioms](https://docs.appgrammar.com/guides/axioms): The philosophical foundation of appgrammar's tool system - [Broadcasts](https://docs.appgrammar.com/guides/broadcasts): Push notifications for appgrammar updates across the network - [Collections](https://docs.appgrammar.com/guides/collections): Create curated lists of appgrammars for organizing and sharing - [Conventions Deep Dive](https://docs.appgrammar.com/guides/conventions-deep): Personal and team coding conventions, packs, tag matching, and injection - [Creating Appgrammars](https://docs.appgrammar.com/guides/creating): The 5-step creation pipeline for generating blueprints - [Decompiling](https://docs.appgrammar.com/guides/decompiling): Reverse-engineer existing codebases into appgrammars - [Executing Appgrammars](https://docs.appgrammar.com/guides/executing): Stage-based execution via appgrammar_start and appgrammar_next - [Forking & Lineage](https://docs.appgrammar.com/guides/forking-lineage): Fork appgrammars and track ancestry through the lineage graph - [MCP Token Management](https://docs.appgrammar.com/guides/mcp-tokens): Generate, configure, and revoke MCP tokens for AI agent access - [AI Mesh](https://docs.appgrammar.com/guides/mesh): A private network of persistent AI coding agents, developers, and live applications - [Deploy to Mesh](https://docs.appgrammar.com/guides/mesh/deploy): Turn an appgrammar into a running application node with a dedicated maintenance agent - [The Gram Agent](https://docs.appgrammar.com/guides/mesh/gram-code): Appgrammar's built-in, model-agnostic coding agent that powers every mesh node - [LLM Keys](https://docs.appgrammar.com/guides/mesh/llm-keys): Bring your own API keys — every mesh node uses credentials you control - [Loops](https://docs.appgrammar.com/guides/mesh/loops): Scheduled, autonomous agent behaviors that keep your mesh healthy and productive - [Observe](https://docs.appgrammar.com/guides/mesh/observe): Real-time activity feed for every agent on your mesh - [Tasks, Reports & Proposals](https://docs.appgrammar.com/guides/mesh/tasks-proposals): How agents propose work, track progress, and surface outcomes for review - [Mesh Terminal](https://docs.appgrammar.com/guides/mesh/terminal): Browser terminal into any agent session on your mesh - [User Profiles](https://docs.appgrammar.com/guides/profiles): Public profiles with bio, social links, and appgrammar listings - [Registry & Discovery](https://docs.appgrammar.com/guides/registry): Browse, search, and discover appgrammars in the public registry - [Stars & Reviews](https://docs.appgrammar.com/guides/stars-reviews): Star appgrammars and leave reviews to build community trust signals - [Teams & Conventions](https://docs.appgrammar.com/guides/teams): Multi-tenant teams, RBAC, and coding conventions injected into execution - [Tool Operations](https://docs.appgrammar.com/guides/tool-operations): How multi-turn tool operations work — the pattern, lifecycle, and practical workflows - [Tools Explorer](https://docs.appgrammar.com/guides/tools-ui): Browse the 30+ tools visually in the web UI - [Versioning & Changelog](https://docs.appgrammar.com/guides/versioning): Track version history and publish changelog entries for your appgrammars - [appgrammar_amplify](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-amplify): Amplify an appgrammar by expanding its modules with additional detail, tests, and documentation steps. - [appgrammar_breed](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-breed): Breed two appgrammars by analyzing module graphs and merging selected modules from each parent. - [appgrammar_broadcast](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-broadcast): Send a broadcast notification to all subscribers, forkers, and team members of an appgrammar. - [appgrammar_create_submit](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-create-submit): Submit LLM output for the current step in the appgrammar creation pipeline. - [appgrammar_create](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-create): Create a new appgrammar blueprint from a natural-language description. - [appgrammar_decompile_submit](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-decompile-submit): Submit LLM output for the current step in the decompilation pipeline. - [appgrammar_decompile](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-decompile): Reverse-engineer an existing codebase into an executable appgrammar. - [appgrammar_difference](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-difference): Compute the symmetric difference between two appgrammars, highlighting unique modules in each. - [appgrammar_distill](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-distill): Distill an appgrammar to its essential components. - [appgrammar_fork](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-fork): Fork a public appgrammar to create your own independent copy. - [appgrammar_fuzz](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-fuzz): Fuzz an appgrammar by introducing controlled variations to test robustness and discover edge cases. - [appgrammar_holographic_doc](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-holographic-doc): Generate a holographic documentation artifact from an appgrammar. - [appgrammar_inoculation](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-inoculation): Inoculate an appgrammar against common failure patterns. - [appgrammar_intersect](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-intersect): Compute the intersection of multiple appgrammars, returning only shared modules and steps. - [appgrammar_next](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-next): Get the next step in an appgrammar blueprint execution. - [appgrammar_phenotyping](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-phenotyping): Analyze the phenotype of an appgrammar — its observable characteristics, behaviors, and output patterns. - [appgrammar_search](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-search): Search the appgrammar registry for public blueprints. - [appgrammar_semantic_rollback](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-semantic-rollback): Create a semantic rollback point for an appgrammar. - [appgrammar_shatter](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-shatter): Shatter an appgrammar into its atomic module components. - [appgrammar_splice](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-splice): Splice two appgrammars together at compatible module boundaries. - [appgrammar_start](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-start): Start executing an appgrammar blueprint and receive the first step. - [appgrammar_status](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-status): Get the status of an appgrammar execution including steps completed and total steps. - [appgrammar_style_transfer](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-style-transfer): Transfer the coding style and conventions from one appgrammar onto another while preserving functionality. - [appgrammar_subtract](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-subtract): Subtract one appgrammar from another, removing modules and steps present in the second from the first. - [appgrammar_swarm_partition](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-swarm-partition): Partition an appgrammar into parallel execution swarms. - [appgrammar_tool_submit](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-tool-submit): Submit data for a multi-turn tool operation. - [appgrammar_topological_search](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-topological-search): Search the appgrammar registry using topological similarity. - [appgrammar_transmute](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-transmute): Transmute an appgrammar from one technology stack to another while preserving architectural intent. - [appgrammar_update](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-update): Update an existing appgrammar to reflect codebase changes. - [appgrammar_upstream_shield](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-upstream-shield): Apply an upstream shield to an appgrammar to protect against breaking dependency changes. - [appgrammar_weave](https://docs.appgrammar.com/reference/mcp-tools/appgrammar-weave): Weave multiple appgrammar modules into a unified blueprint. - [MCP Tools Reference](https://docs.appgrammar.com/reference/mcp-tools): Complete reference for all 31 MCP tools in the Appgrammar platform. ## Optional - [Full Documentation](https://docs.appgrammar.com/llms-full.txt): Complete documentation in plain text