Skip to content

Mission Squad Docs

Welcome to the Mission Squad documentation. Use the navigation to explore the Platform UI and API guides.

Platform (Cloud or Customer‑Hosted UI)

The Platform section covers navigating the dashboard, managing providers/models/agents, MCP tools, embeddings (vector stores and files), workflows, schedules, security, and troubleshooting. Each page includes API parity links to keep UI and API usage aligned.

Quick links:

  • Providers — connect and manage upstream AI providers
  • Models — discover vendor models and save named configurations
  • Agents — create agents (prompts, models, tools, RAG)
  • MCP (Tools) — connect tool servers and inspect available functions
  • Prompt Studio — iterate prompts, stream events, save back to agents
  • Embeddings — upload files, manage vector stores, diagnostics
  • Workflows — compose multi‑agent pipelines
  • Schedules — run agents/workflows on a cadence with delivery
  • Recipes — opinionated end‑to‑end examples
  • Security & Isolation — guarantees and best practices
  • Troubleshooting — common issues and quick checks

API

  • Read the full API Overview here.
  • Use the official OpenAI SDK by setting baseURL to your Mission Squad API and passing your Mission Squad API key as apiKey (Authorization: Bearer msq-... accepted). See API and chat completions for examples.
  • For embeddings, use a supported embedding model such as text-embedding-3-small or nomic-embed-text-v1.5. text-embedding-3-large is not supported and requests will return HTTP 400.

MCP API (Admin)

The MCP API is an admin-only companion service deployed as a sidecar alongside the MissionSquad API. It manages MCP server lifecycle, package installation, encrypted secret storage, and tool execution. Instance operators use it to install/upgrade MCP packages, register servers, and manage per-user tool credentials.

Where to start

Last updated: