# Runtype > AI product development platform for building agents, flows, evals, and surfaces. Runtype helps coding agents ship AI products fast. First connect the live hosted Runtype MCP server in your harness — via browser OAuth, or with a Runtype API key as an Authorization bearer header when no browser is available. If neither is possible yet, use the Runtype CLI with RUNTYPE_API_KEY as a temporary stand-in. ## Agent Setup - [Agent Onboarding](https://runtype.ai/.well-known/agent.md): Full signup, live MCP (OAuth or API-key header), template-from-link setup, CLI fallback, and build workflow instructions for agents - [Live MCP Server](https://api.runtype.com/v1/mcp/protocol): Hosted Runtype MCP server with browser OAuth or an API-key bearer header - [Agent-first signup](https://runtype.com/auth.md): auth.md registration flows: ID-JAG identity assertion (one step, full-access key) or anonymous-start (pre-claim key + email claim) - [API Auth Discovery](https://api.runtype.com/.well-known/oauth-authorization-server): Includes the `agent_auth` endpoint map - [API Keys](https://use.runtype.com/settings/api-keys): Manual key creation for existing users ## Docs - [Documentation](https://runtype.com): Platform documentation and guides - [Dashboard](https://use.runtype.com): Runtype dashboard ## SDKs - [Agent Skills](https://github.com/runtypelabs/skills): Install via `npx skills add runtypelabs/skills` — works with 35+ AI coding agents - [CLI](https://www.npmjs.com/package/@runtypelabs/cli): Command-line interface (`npm install -g @runtypelabs/cli`) - [TypeScript SDK](https://www.npmjs.com/package/@runtypelabs/sdk): TypeScript/JavaScript SDK ## Optional - [Full Details](/llms-full.txt): Complete agent onboarding and setup instructions