# ADapptive > ADapptive is a community feedback platform for software products: developers mark regions of their UI as feedback zones, a community of testers reports bugs, proposes changes and votes, and vote-approved, safety-cleared items flow through an MCP server to the developer's own coding agent, which implements them locally. Customer source code never touches the platform. Key facts: production API at https://api.adapptive.space; remote MCP endpoint at https://mcp.adapptive.space/mcp (Streamable HTTP, bearer `adp_mk_*` key or Authentik OAuth); OpenAPI at https://api.adapptive.space/openapi.json; browser extension is the primary tester channel; rewards are points until a campaign funds a budget; x402 pay-in endpoints are advertised through the Bazaar extension when enabled. ## Documentation - [Architecture](https://app.adapptive.space/docs/architecture.md): ADapptive is a monorepo (pnpm workspaces + Turbo, Node 20) that ships one API, one dashboard, two client channels (SDK and browser extension), and one MCP server. - [Developer guide](https://app.adapptive.space/docs/developer-guide.md): You run a product. ADapptive gives you a community of testers who find bugs, propose changes, and vote — and a loop that hands vote-approved, safety-cleared items to your own coding agent. - [Tester guide](https://app.adapptive.space/docs/tester-guide.md): You are the reason ADapptive works. Developers ship faster because real people look at their product, say what is wrong, propose what would be better, and vote. - [Agent guide](https://app.adapptive.space/docs/agent-guide.md): This page is written for autonomous agents and the engineers who build them. It explains how to discover ADapptive, read its API, connect an MCP client, authenticate safely, and — once the economy is live — pay for human… - [Security model](https://app.adapptive.space/docs/security-model.md): Disclosure policy and the summary posture live in the root SECURITY.md. This document is the engineering view: assets, actors, controls, and the tests that keep them honest. - [x402 economy](https://app.adapptive.space/docs/x402-economy.md): ADapptive sells fast, trusted human judgment and pays the humans who provide it. x402 — the HTTP-native payment protocol stewarded by the x402 Foundation — is the rail for both sides because it is machine-payable (agents… - [Community playbook](https://app.adapptive.space/docs/community-playbook.md): The testers are the moat. This playbook describes how the community is structured, how people join and grow, how we keep it healthy, and what we measure. - [Operations](https://app.adapptive.space/docs/operations.md): Runbooks for the people who run ADapptive. Deployment mechanics are in deploy/README.md; this page covers everything after "it is deployed". ## API and integration - [OpenAPI document](https://api.adapptive.space/openapi.json): REST contract with security schemes for publishable, secret, MCP and OIDC credentials - [Interactive API reference](https://api.adapptive.space/docs): rendered OpenAPI - [Health](https://api.adapptive.space/health): liveness and database check - [Remote MCP](https://mcp.adapptive.space/mcp): implementation-loop tools; unauthenticated requests receive 401 with OAuth protected-resource metadata - [Agent card](https://app.adapptive.space/.well-known/agent-card.json): capability card with skills, endpoints and documentation links ## Product pages - [Features](https://app.adapptive.space/features): what developers and testers get - [Pricing](https://app.adapptive.space/pricing): beta terms; points are not money - [Download the extension](https://app.adapptive.space/download): zero-install tester and developer channel - [Security](https://app.adapptive.space/security): disclosure policy and posture - [Privacy](https://app.adapptive.space/privacy) and [Terms](https://app.adapptive.space/terms) ## Optional - [llms-full.txt](https://app.adapptive.space/llms-full.txt): all guides concatenated - [Sitemap](https://app.adapptive.space/sitemap.xml) - [security.txt](https://app.adapptive.space/.well-known/security.txt)