Govera for developers
and AI agents
Govera exposes a set of public, read-only, machine-readable resources so developers and AI agents can discover what Govera is and what it does. No authentication is required — no API key, no OAuth token, no account.
Tenant-scoped drafting and search — the parts of Govera that touch a real agency's meeting record — live inside an authenticated agency workspace and are not part of the public API described on this page.
Public API
Every endpoint below is an HTTP GET request that returns application/json on success and RFC 9457 application/problem+json on error. No authentication is required — call any endpoint below with a plain GET request. (An X-Govera-Key header or an OAuth 2.0 token is only needed for the separate, authenticated agency workspace that handles tenant-scoped drafting and search — not for this public API.)
https://www.govera.co/api/v1Every response carries standard rate-limit headers — RateLimit-Limit, RateLimit-Remaining, and RateLimit-Reset — so agents can self-throttle. A 429 response includes Retry-After. See the API reference for details.
/api/v1/statusService status and version./api/v1/productPublic product metadata./api/v1/capabilitiesList of product capabilities./api/v1/guidesList of public guides.Model Context Protocol
Govera publishes govera-mcp-server, an MCP server that exposes the public API as a set of callable tools, so any MCP-aware agent or IDE can discover and use Govera's public endpoints natively — no custom HTTP client required, and no authentication needed.
The discovery manifest is served at /.well-known/mcp, the same well-known location MCP clients already check first.
npx -y govera-mcp-serverStarts a local MCP server that proxies to the public API described above. Point any MCP-compatible client at the resulting stdio or socket endpoint.
Command line
govera-cli is a small CLI for scripting against the public API from a terminal or CI pipeline, without hand-rolling HTTP calls. No authentication needed.
npx govera-cli statusResources for AI assistants
Machine-readable files answer-engines and agents check first, kept current alongside the site itself.
Building something with Govera?
Talk to the team about what the public API and MCP server can support today, and what an agency-specific integration could look like.