# Coda Project (Coda / Superhuman Docs) > Coda Project, Inc. makes Coda (now branded Superhuman Docs), an all-in-one collaborative > workspace blending documents, spreadsheets, applications, and AI. Its RESTful Docs API and > Admin API let developers read and write docs, pages, tables, rows, and columns, and > administer organizations, users, and governance. Coda also ships a first-party Packs SDK and > CLI, an official remote MCP server, and OAuth 2.0 with PKCE and dynamic client registration. ## APIs - [Coda Docs API reference](https://coda.io/developers/apis/v1): Docs, pages, tables, rows, columns, formulas, controls, permissions, publishing, analytics, packs. - [Coda Admin API reference](https://coda.io/developers/apis/admin/v1): Organizations, workspaces, users, groups, legal holds, audit events, webhooks, pack controls. ## Specs - [Docs API OpenAPI 3.0](https://coda.io/apis/v1/openapi.json) - [Admin API OpenAPI 3.0](https://coda.io/apis/admin/v1/openapi.json) ## Authentication - Bearer API token (`Authorization: Bearer `); tokens can be restricted to read/write and scoped to docs or tables. - OAuth 2.0 authorization server (authorization_code + PKCE S256 + dynamic client registration), scope `mcp:all`, powering third-party apps and the remote MCP server. ## Agent / MCP - [Official remote MCP server](https://coda.io/apis/mcp) (beta): read/write Coda docs from AI clients. - [Connect to the Coda MCP](https://help.coda.io/hc/en-us/articles/44722661982989-Connect-to-the-Coda-MCP) ## Developer tools - [Packs SDK + CLI (@codahq/packs-sdk)](https://www.npmjs.com/package/@codahq/packs-sdk) - [Public Postman workspace](https://www.postman.com/codaio/coda-workspace) ## Operations & trust - [Status page](https://status.coda.io) - [Trust & security (SOC 2 Type II, SOC 3, ISO 27001/27017/27018, HIPAA, GDPR, CCPA)](https://coda.io/trust/security) - [Security.txt / HackerOne bug bounty](https://coda.io/.well-known/security.txt) - Rate limits: reads 100 / 6s, writes 10 / 6s, doc-content writes 3 / 10s; HTTP 429 on exceed. ## Docs - [Developer portal](https://coda.io/developers) - [Pricing](https://coda.io/pricing) - [Help center](https://help.coda.io/) - [Blog](https://coda.io/blog) - [GitHub](https://github.com/coda)