# Prototype > Hardware coordination. Public REST API at /api/v1 and signed webhooks. Mint a bearer token under Admin → Integrations. Call GET /api/v1/projects, /specs, /components. Optional HTTPS webhooks on spec.published. ## Docs - [Developers](https://meetprototype.com/developers): landing page - [Full docs (markdown)](https://meetprototype.com/llms-full.txt): concatenated - [OpenAPI](https://meetprototype.com/developers/openapi.json): machine-readable /api/v1 - [Quick start](https://meetprototype.com/developers/docs/overview.md): Mint a bearer token, GET /api/v1/me and /projects, optionally subscribe to spec.published. - [Authentication](https://meetprototype.com/developers/docs/authentication.md): Bearer token on every request. Minted in Admin → Integrations, shown once. - [OAuth](https://meetprototype.com/developers/docs/oauth.md): Let an addon ask an organisation for access instead of asking an admin to paste a token. - [REST API](https://meetprototype.com/developers/docs/rest-api.md): JSON under /api/v1. Read the workspace, write documentation, tasks and meetings. Spec: /developers/openapi.json. - [Webhooks](https://meetprototype.com/developers/docs/webhooks.md): HTTPS POST to your URL when a matching change is recorded. HMAC-signed; verify before you act. - [Scopes](https://meetprototype.com/developers/docs/scopes.md): Which collections a token can read. Request only what your integration uses. - [Events](https://meetprototype.com/developers/docs/events.md): Webhook event names, when they fire, and what the payload looks like for each. - [Example: Slack on stale](https://meetprototype.com/developers/docs/example.md): A Node server that verifies webhooks, lists stale components, and posts to Slack. - [Claude and ChatGPT](https://meetprototype.com/developers/docs/mcp.md): Connect an assistant over MCP so it can read specs and write documentation, tasks and minutes. - [Publishing](https://meetprototype.com/developers/docs/publishing.md): Optional. List the integration on the marketplace so other teams can find it.