# Brimble > Brimble documentation. Deploy applications, manage domains, scale services, and ship without operating infrastructure. ## Docs - [ASSISTANT](https://paper.brimble.io/ASSISTANT.md) - [Web analytics](https://paper.brimble.io/analytics/web-analytics.md): Track pageviews, sessions, geography, devices, and referrers for a deployed project. - [Build minutes](https://paper.brimble.io/billing/build-minutes.md): Every Brimble plan includes a monthly allowance of build minutes, the clock time spent in the builder across all of your projects. - [Plans and pricing](https://paper.brimble.io/billing/plans.md): Brimble pricing has three pieces: - [Buy a domain through Brimble](https://paper.brimble.io/domains/buy-a-domain.md): Search for and register a new domain directly from the Brimble dashboard. - [Add a custom domain](https://paper.brimble.io/domains/custom-domains.md): Point your own domain at a deployed Brimble project. - [DNS record types](https://paper.brimble.io/domains/dns-records.md): The record types Brimble's authoritative DNS supports for managed domains. - [Manage DNS records](https://paper.brimble.io/domains/manage-dns-records.md): Add, edit, and delete DNS records for a domain managed by Brimble. - [Redirect a domain](https://paper.brimble.io/domains/redirect-a-domain.md): Send all traffic for a domain (or subdomain) to a different URL. - [Transfer a domain](https://paper.brimble.io/domains/transfer-a-domain.md): Move a domain into or out of Brimble's registrar. - [Reference shared and cross-project variables](https://paper.brimble.io/environments/env-references.md): A variable's value can include references to other variables. - [Manage environment variables](https://paper.brimble.io/environments/environment-variables.md): Set, edit, and delete environment variables for a project. - [Environments](https://paper.brimble.io/environments/overview.md): An environment is a named set of configuration that a project deploys with. - [What is Brimble](https://paper.brimble.io/getting-started/introduction.md): Brimble is a platform-as-a-service for deploying applications. - [Quickstart](https://paper.brimble.io/getting-started/quickstart.md): Deploy your first Brimble project from a Git repository in under 10 minutes. - [Glossary](https://paper.brimble.io/glossary.md): Terms you'll see across Brimble docs and the dashboard, in alphabetical order. - [Brimble Documentation](https://paper.brimble.io/index.md): Deploy applications without managing infrastructure. Connect a Git repository and Brimble handles the build, the runtime, the TLS, and the edge. - [Internal networking](https://paper.brimble.io/networking/internal-services.md): Every Brimble workspace gets a private, encrypted network connecting its services. This page covers how to use it, how it's built, and what it does and doesn't allow. - [Networking and the edge](https://paper.brimble.io/networking/overview.md): Every request to a Brimble-hosted project hits the edge first. - [Rate limits](https://paper.brimble.io/networking/rate-limits.md): The hard limits Brimble's edge enforces on incoming traffic. - [Request lifecycle](https://paper.brimble.io/networking/request-lifecycle.md): What happens between a user typing your URL and your service returning a response. - [Notifications](https://paper.brimble.io/notifications/overview.md): Brimble notifies you about deployments, billing, domains, team activity, and a few other events through three channels: the dashboard bell, email, and browser push notifications. - [Logs](https://paper.brimble.io/observability/logs.md): Every project has a Logs tab with two views: Application logs (everything your container writes to stdout and stderr) and Request logs (HTTP requests routed through Brimble's gateway). - [Project metrics](https://paper.brimble.io/observability/metrics.md): Every Brimble project has an Observability tab that shows CPU, memory, network, and response-time metrics in real time. - [Inside the Brimble Builder](https://paper.brimble.io/projects/build-system.md): A deep dive into how a `git push` becomes a running container on Brimble. - [Builds](https://paper.brimble.io/projects/builds.md): A build turns your source code into something Brimble can run. - [Deploy a database](https://paper.brimble.io/projects/deploy-a-database.md): Provision a managed database on Brimble. - [Deploy a worker](https://paper.brimble.io/projects/deploy-a-worker.md): Run a long-lived background process, queue consumer, scheduler, message handler, without exposing an HTTP port. - [Deploy an MCP server](https://paper.brimble.io/projects/deploy-an-mcp-server.md): Deploy a Model Context Protocol server on Brimble so AI clients (Claude, Cursor, IDE agents) can connect to it over the internet, without it running on your laptop. - [Deploy from a Docker image](https://paper.brimble.io/projects/deploy-from-docker-image.md): Deploy a project from a pre-built Docker image instead of building from source. - [Deployments](https://paper.brimble.io/projects/deployments.md): A deployment is a single attempt to roll out a new version of a project. - [Discover and deploy MCP servers](https://paper.brimble.io/projects/discover-mcp-servers.md): Brimble's add-on marketplace surfaces ready-to-deploy MCP servers, Model Context Protocol services for AI clients to call. - [Frameworks supported](https://paper.brimble.io/projects/frameworks.md): Brimble's build pipeline auto-detects most popular frameworks and pre-fills the install, build, and start commands. - [Git integrations](https://paper.brimble.io/projects/git-integrations.md): Brimble supports three git providers as deployment sources: GitHub, GitLab, and Bitbucket. - [Projects and services](https://paper.brimble.io/projects/overview.md): A project is the top-level unit you deploy on Brimble. - [Site password protection](https://paper.brimble.io/projects/password-protect.md): Brimble can put a single shared password in front of a project. - [Persistent disk](https://paper.brimble.io/projects/persistent-disk.md): Attach durable storage to a project so files survive restarts and redeployments. - [Regions](https://paper.brimble.io/projects/regions.md): A region is the physical datacenter where your project runs. - [Roll back a deployment](https://paper.brimble.io/projects/rollback-a-deployment.md): If a new deployment breaks production, roll back to a previous one. - [Service types](https://paper.brimble.io/projects/service-types.md): Every Brimble project has a service type. - [Configure scaling](https://paper.brimble.io/scaling/overview.md): Run more than one container for a project, with bounds you control. - [Two-factor authentication](https://paper.brimble.io/security/two-factor-authentication.md): Add a second factor to your Brimble account. - [502 Bad Gateway](https://paper.brimble.io/troubleshooting/502-errors.md): The edge is returning 502 for your project. - [Build failures](https://paper.brimble.io/troubleshooting/build-failures.md): Your deployment failed during build. - [Deployment is stuck](https://paper.brimble.io/troubleshooting/deployment-stuck.md): A deployment that doesn't start or doesn't finish. - [DNS issues](https://paper.brimble.io/troubleshooting/dns.md): DNS is the layer between users typing your domain name and reaching your project. - [TLS certificate issues](https://paper.brimble.io/troubleshooting/tls.md): Brimble issues TLS certificates from Let's Encrypt automatically. - [Webhook events reference](https://paper.brimble.io/webhooks/events.md): Every event Brimble's webhook delivery sends, with the exact payload shape your endpoint receives. - [Webhooks](https://paper.brimble.io/webhooks/overview.md): Brimble emits webhooks for deployment, project, domain, environment, DNS, autoscaling, subscription, and payment events. - [Create a workspace](https://paper.brimble.io/workspaces-and-teams/create-a-workspace.md): A workspace holds projects shared with a team. - [Manage teams](https://paper.brimble.io/workspaces-and-teams/manage-teams.md): A team holds projects shared across multiple people. ## OpenAPI Specs - [openapi](https://paper.brimble.io/api-reference/openapi.json)