# Inspect.dev developer resources

This is the official developer resource directory for Inspect.dev, the mobile
web debugging product for coding agents and developers. Canonical developer
guides live at [Inspect.dev Documentation](https://docs.inspect.dev/developers).

## Inspect.dev API and OpenAPI

- [Inspect.dev API documentation](https://docs.inspect.dev/developers/api)
- [Inspect OpenAPI 3.1 specification](https://inspect.dev/openapi.json)
- [Inspect API llms.txt](https://inspect.dev/api/llms.txt)
- [Inspect API catalog](https://inspect.dev/.well-known/api-catalog)

## Inspect.dev authentication and permissions

- [Inspect.dev OAuth authentication](https://docs.inspect.dev/developers/authentication)
- [Inspect.dev OAuth permission matrix](https://docs.inspect.dev/developers/permissions)
- [OAuth protected-resource metadata](https://inspect.dev/.well-known/oauth-protected-resource)

## Inspect.dev MCP, webhooks, CLI, and agents

- [Inspect.dev MCP server and integrations](https://docs.inspect.dev/developers/mcp)
- [Inspect.dev webhook documentation](https://docs.inspect.dev/developers/webhooks)
- [Inspect.dev CLI documentation](https://docs.inspect.dev/products/cli)
- [Official @inspectdotdev/cli package on npm](https://www.npmjs.com/package/@inspectdotdev/cli)
- [Inspect.dev coding-agent setup](https://inspect.dev/agent.md)
- [Inspect.dev AI Catalog](https://inspect.dev/.well-known/ai-catalog.json)
- [Inspect.dev llms.txt](https://inspect.dev/llms.txt)
- [Official inspectdev/inspect source repository](https://github.com/inspectdev/inspect)
