# Browsary API ## Docs - [API keys](https://docs.browsary.com/api-reference/api-keys.md): Create, rotate, and scope API keys for machine-to-machine integrations. - [Authentication](https://docs.browsary.com/api-reference/authentication.md): Session management, email verification, password resets, two-factor auth, and external identity endpoints. - [Billing API](https://docs.browsary.com/api-reference/billing.md): Reference for balance queries, subscriptions, top-ups, and Stripe webhook processing. - [Contact](https://docs.browsary.com/api-reference/contact.md): Send enquiries directly to the team via the public contact endpoint. - [External sessions](https://docs.browsary.com/api-reference/external-session.md): Bootstrap temporary browser containers from trusted infrastructure using a shared external token. - [Project functions](https://docs.browsary.com/api-reference/project/functions.md): Create callable wrappers around pipelines and execute them via project-scoped endpoints. - [MCP servers & client configs](https://docs.browsary.com/api-reference/project/mcp.md): Expose project functions via the Model Context Protocol and manage client credentials. - [Project pipelines](https://docs.browsary.com/api-reference/project/pipelines.md): Design, version, and run pipelines plus their analysis/generation workflows. - [Project proxies](https://docs.browsary.com/api-reference/project/proxies.md): Store per-project proxy credentials or fetch dynamic proxies from providers. - [Browser sessions](https://docs.browsary.com/api-reference/project/sessions.md): Provision and control browser sessions within a project. - [Projects](https://docs.browsary.com/api-reference/projects.md): Create workspaces and manage their metadata before using project-scoped APIs. - [Root](https://docs.browsary.com/api-reference/root.md): Discovery endpoints and common response shapes. - [Users](https://docs.browsary.com/api-reference/users.md): Read-only endpoints for listing or inspecting user profiles. - [Authentication & security](https://docs.browsary.com/guides/authentication.md): Pick the right auth mechanism for each integration and understand the extra requirements enforced by the Browsary middleware. - [Billing & usage](https://docs.browsary.com/guides/billing.md): Monitor balances, start subscriptions, and charge one-off top-ups through the Browsary billing endpoints. - [Browsary overview](https://docs.browsary.com/index.md): Understand the surface area of the Browsary HTTP API before diving into individual endpoints. - [Quickstart](https://docs.browsary.com/quickstart.md): Make your first authenticated request against the Browsary API and provision a project-ready browser session. ## OpenAPI Specs - [openapi](https://docs.browsary.com/api-reference/openapi.json) ## Optional - [Documentation](https://mintlify.com/docs) - [Blog](https://mintlify.com/blog)