Single entry point for MCP (Model Context Protocol) documentation, plugins, ecosystem API, RAG, sandboxes, access control, and usage examples. Official repo: https://github.com/agentstacktech/AgentStack.
Using the website (dashboard)? See USER_FEATURES_GUIDE.md — English, end-user overview of dashboard modules, RAG, sandboxes, access control, and subscriptions.
Explore and try REST endpoints interactively: OPENAPI.md — Swagger UI · openapi.json · API overview.
- MCP_SERVER_CAPABILITIES.md — MCP doc index: quick start (MCP_QUICKSTART), overview and API (MCP_OVERVIEW), tools reference (MCP_TOOLS), features and examples (MCP_FEATURES_EXAMPLES). Single tool (
agentstack.execute) with 70+ actions (incl. RAG) for Cursor, Claude, GPT, and VS Code plugins. - api/mcp.md — MCP configuration, authentication, public endpoints, examples for AI agents.
- Base URL:
https://agentstack.tech/mcp - Entrypoint:
POST /mcp— body:{ "steps": [ { "id": "...", "action": "projects.get_project", "params": {...} } ], "options": { "stopOnError": true } } - Action list for AI:
GET /mcp/actions— all availableactionvalues by domain (projects, buffs, auth, payments, logic, assets, rag, …). - Discovery:
GET /mcp/discovery— protocol info and the single tool schema. - Capability map: plugins/CONTEXT_FOR_AI_MCP.md · MCP_CAPABILITY_MAP.md.
- plugins/README.md — Plugins index: Cursor, Claude Code, GPT (OpenAI), VS Code. Getting started, API key, Quick Start per platform. Plugin code on GitHub: cursor-plugin, claude-plugin, gpt-plugin, vscode-plugin.
- plugins/CONTEXT_FOR_AI.md — Capability map for AI: which domain and which tools to use for a user request (Projects, 8DNA, Rules, Buffs, Payments, Auth, RAG, etc.).
- ECOSYSTEM_API_IMPLEMENTATION.md — Working with data: existing endpoints (no versioned paths), quick start, example of mobile game data storage (user.data.game.progress). Project and user data:
/api/projects/.../data,/api/dna/data, MCP. - architecture/DNA_KEY_VALUE_API.md — Data store (project.data, user.data), key-value API GET/POST /api/dna/data, 8DNA usage.
Retrieval-Augmented Generation as a platform service: collections, document ingest, hybrid search, conversational memory, MCP rag.* actions, dashboard module rag.
- RAG_PLATFORM_GUIDE.md — Architecture (TurboQuant, chunking, vector store, memory), REST
/api/rag/*, MCP tools, subscription limits, AI Builder integration. - api/rag.md — REST route table and links to Swagger.
Isolated environments on 8DNA generations: fork, checkpoint, promote, rollback, A/B tests, canary, segments, shadow writes.
- SANDBOX_AND_ENVIRONMENTS.md — Developer guide: API overview, headers, protected fields, subscription gates.
- SANDBOX_PLAYGROUND_GUIDE.md — Full Playground guide: flows, rollout patterns, limits, examples.
- api/sandbox.md — REST pointer and Swagger tag Sandbox.
- ACCESS_AND_FIELD_POLICY.md — L1 API key
service_caps, L2 RBAC, L3 Field Access Policy (FAP); global template; REST DataAccess summary; MCPdata_access.*tools. - FIELD_ACCESS_POLICY.md — Detailed policy format, ecosystem masking, triggers.
- api/data-access-api.md — REST
/api/data-access/*summary (see Swagger tag DataAccess).
- examples/mcp_complex_projects.md — Complex scenarios: SaaS with subscriptions, game with monetization, marketplace with promos, education platform with trials, enterprise with analytics. Synergy of Buffs, Projects, Payments, Scheduler, Logic Engine.
- examples/mcp_buffs_workflows.md — Buff workflows (trials, renewal, cancellation).
- examples/mcp_buffs_temporary.md — Temporary effects (trials, promos).
- examples/mcp_buffs_persistent.md — Persistent effects (subscriptions, one-time purchases).
- subscription/SUBSCRIPTION_TIERS.md — Tier comparison (limits affect RAG, sandboxes, and other features).
- subscription/ANONYMOUS_TIER.md — Anonymous project tier.
Quick links: OpenAPI · MCP_SERVER_CAPABILITIES · RAG guide · Sandbox Playground · Plugins index · CONTEXT_FOR_AI · CONTEXT_FOR_AI MCP · Access & FAP.