# Runtype > AI product development platform for building agents, flows, evals, and surfaces. Runtype helps coding agents ship AI products fast. Use the CLI to authenticate and work during the first session, run `runtype install-mcp` to install skills plus the hosted OAuth MCP connection, then restart or reload the harness and use MCP by default. ## Agent Setup - [Agent Onboarding](https://runtype.ai/.well-known/agent.md): The CLI-first-session → install skills and OAuth MCP → restart → MCP golden path - [Live MCP Server](https://api.runtype.com/v1/mcp/protocol): Hosted Runtype MCP server with browser OAuth - [Headless auth exception](https://runtype.com/auth.md): API-key registration and claim flows for environments where browser OAuth is genuinely impossible - [API Auth Discovery](https://api.runtype.com/.well-known/oauth-authorization-server): Includes the `agent_auth` endpoint map ## 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