# Tynn > Tynn is project management for AI-augmented teams. Work is organized as Project → Version → Story → Task, with reusable Features, Domains, and Wishes attached across the tree. Every project ships with a built-in MCP (Model Context Protocol) endpoint so AI agents can read context and manage work the same way humans do. Every public page is reachable as Markdown by appending `.md` to its URL (e.g. `/features.md`, `/pricing.md`, `/docs/projects.md`). The MCP endpoint is `/mcp/tynn`. Auth: per-project token sent as the `X-PROJECT` header. ## Index - [Documentation Index](/docs.md): Top-level guide linking every doc section ## Marketing pages - [Home](/index.md): What Tynn is and why it exists - [Features](/features.md): Every headline capability with the feature in plain text - [Pricing](/pricing.md): Tiers, quotas, and what each plan includes - [FAQ](/faq.md): Common questions about MCP, providers, self-hosting, and the hierarchy ## Concepts - [Projects](/docs/projects.md): Creating, managing, configuring projects - [Versions](/docs/versions.md): Delivery milestones and version lifecycle - [Stories](/docs/stories.md): Product narratives that group tasks - [Tasks](/docs/tasks.md): Executable work units - [Features](/docs/features.md): Reusable capabilities attached to tasks across versions - [Wishes](/docs/wishes.md): Idea capture and feedback - [Plans](/docs/plans.md): Long-form planning docs attached to a project - [VIP](/docs/vip.md): Urgent / hotfix interrupt versions ## Workflow - [Workflow Completion](/docs/workflow-completion.md): Bottom-up completion (tasks → stories → versions) - [Activity Feed](/docs/activity.md): Immutable per-project activity feed - [Kanban Boards](/docs/kanban.md): Drag-and-drop with three nested levels (versions / stories / tasks) - [List Views](/docs/list-views.md): Filters, sorting, bulk actions ## MCP server - [MCP Tools Overview](/docs/mcp-tools.md): Workflow model, IDE setup, available tools - [Agent Quickstart](/docs/mcp-tools/quickstart.md): 5-minute path from token to first finished task — start here - [Find tool](/docs/mcp-tools/tools/find.md): Unified listing for every entity type - [Show tool](/docs/mcp-tools/tools/show.md): Single-entity detail - [Create tool](/docs/mcp-tools/tools/create.md): Versions, stories, features, tasks, comments, wishes, plans - [Update tool](/docs/mcp-tools/tools/update.md): Mutate entity fields - [Search tool](/docs/mcp-tools/tools/search.md): Cross-entity full-text search - [Next tool](/docs/mcp-tools/tools/next.md): Recommended next work item - [Help tool](/docs/mcp-tools/tools/help.md): Tool discovery and usage hints - [Project tool](/docs/mcp-tools/tools/project.md): Read project config and AI guidance - [Schema tool](/docs/mcp-tools/tools/schema.md): Project data-model schemas - [Starting tool](/docs/mcp-tools/tools/starting.md): Transition versions/stories/tasks to active - [Testing tool](/docs/mcp-tools/tools/testing.md): Move work into QA - [Finished tool](/docs/mcp-tools/tools/finished.md): Mark work done - [Block tool](/docs/mcp-tools/tools/block.md): Block work with a reason - [Claim tool](/docs/mcp-tools/tools/claim.md): Agent claim flow for tasks - [Vip tool](/docs/mcp-tools/tools/vip.md): Manage VIP-version work - [Ops tool](/docs/mcp-tools/tools/ops.md): Cross-project operations - [Iwish tool](/docs/mcp-tools/tools/iwish.md): Capture wishes from anywhere - [Response formats](/docs/mcp-tools/response-formats.md): Envelope shape and projector behavior - [Markdown guide for AI](/docs/mcp-tools/markdown-guide.md): How agents should format descriptions - [Audit prompt](/docs/mcp-tools/audit.md): Project-audit guide - [Build prompt](/docs/mcp-tools/build.md): Build-mode guide - [Think prompt](/docs/mcp-tools/think.md): Think-mode guide - [Wish prompt](/docs/mcp-tools/wish.md): Wish-capture guide - [VIP prompt](/docs/mcp-tools/vip.md): VIP workflow guide - [Ops prompt](/docs/mcp-tools/ops.md): Ops-mode guide ## API & integrations - [API & Integrations](/docs/api-integrations.md): REST API, webhooks, third-party hookup - [Integrations](/docs/integrations.md): Slack, Discord, webhooks, GitHub repositories - [Single Sign-On](/docs/sso.md): Sign in / sign up via Google, GitHub, Facebook, Discord - [Agents](/docs/agents.md): Personas that own tokens and act on your behalf - [Account Management](/docs/account-management.md): Profile, settings, API tokens, agents - [Organizations & Teams](/docs/organizations-teams.md): Membership, roles, scoping - [Collaboration](/docs/collaboration.md): Real-time presence, activity ticker, comments ## Optional - [Source repository](https://github.com/Renaissance-Analytics/tynn.ai): Public source code (Laravel 13 + Inertia + React)