# PrimDB — llms-full.txt

> One platform for Deploy, Data, Auth, and AI. Agent-native by design.

PrimDB is one platform for shipping software: deploy, managed data, auth, and an
agent-native API, behind one dashboard, one API, and one bill. It replaces the
6-8 separate services you normally stitch together. Fully managed on Hetzner in
the EU. Actually free to start, no credit card. New and in early access — this
file describes what works today.

- Marketing site: https://primdb.com
- Dashboard / sign up: https://dash.primdb.com
- MCP endpoint: https://mcp.primdb.com
- Concise index: https://primdb.com/llms.txt

## The four pillars

- **Deploy** — Git-connected deployments with per-branch previews, an approval gate before production, and one-click rollback. https://primdb.com/docs/deploy
- **Data** — Managed Postgres, Redis, full-text search, and object storage, provisioned per project with no external signup. https://primdb.com/docs/data
- **Auth** — Built-in auth for your deployed app: sessions, social sign-in, and org membership, managed entirely by PrimDB. https://primdb.com/docs/auth
- **MCP — the agent API** — Point Claude Desktop, Cursor, or any MCP client at mcp.primdb.com with a project token to deploy, query data, and read feedback. https://primdb.com/docs/mcp

## Agent-native (MCP)

PrimDB exposes an agent-readable API over the Model Context Protocol so agents
(Claude Desktop, Cursor, Codex, or any MCP client) can deploy code, promote and
roll back, query Postgres, manage Redis / storage / env, and read feedback
notes — all scoped to one project.

- Endpoint: https://mcp.primdb.com
- Auth: HTTP header `Authorization: Bearer primdb_mcp_...` (project-scoped token from the dashboard)
- Transport: HTTP, JSON-RPC 2.0. Rate limit: 1000 requests/min per token.

Minimal mcp.json for Claude Desktop / Cursor:

```json
{
  "mcpServers": {
    "primdb": {
      "url": "https://mcp.primdb.com",
      "headers": { "Authorization": "Bearer primdb_mcp_..." }
    }
  }
}
```

Full MCP guide (tools, security, prompts): https://primdb.com/docs/mcp
Raw markdown: https://primdb.com/docs/mcp.md

## Pricing shape

Free to start, usage-based beyond that. Early access — billing is currently
gate-bypassed, so the Free tier is what you actually get today; the paid tiers
below are the published plan shape. Details: https://primdb.com/pricing

- **Free** — $0 (forever): Kick the tires on a side project.
- **Hobby** — $5 (per month): For side projects that grew up.
- **Pro** — $20 (per month): For teams shipping daily.
- **Team** — $75 (per month): For product teams with many stakeholders.
- **Custom** — Let's talk: Enterprise deployment with custom SLAs.

## Page / URL map

- Home: https://primdb.com/
- Deploy pillar: https://primdb.com/deploy
- Data pillar: https://primdb.com/data
- Auth pillar: https://primdb.com/auth
- AI pillar: https://primdb.com/ai
- Agents (MCP overview): https://primdb.com/agents
- Preview + feedback overlay: https://primdb.com/preview-feedback
- Pricing: https://primdb.com/pricing
- Compare hub: https://primdb.com/compare
- Alternatives hub: https://primdb.com/alternatives
- Use cases hub: https://primdb.com/use-cases
- Stacks hub: https://primdb.com/stack
- Docs overview: https://primdb.com/docs

## Docs — every page, HTML + Markdown twin

Append `.md` to any docs URL to fetch the raw Markdown source.

- **PrimDB Documentation**
  - HTML: https://primdb.com/docs
  - Markdown: https://primdb.com/docs/index.md
- **Quickstart**
  - HTML: https://primdb.com/docs/quickstart
  - Markdown: https://primdb.com/docs/quickstart.md
- **Deploy**
  - HTML: https://primdb.com/docs/deploy
  - Markdown: https://primdb.com/docs/deploy.md
- **Data**
  - HTML: https://primdb.com/docs/data
  - Markdown: https://primdb.com/docs/data.md
- **Auth**
  - HTML: https://primdb.com/docs/auth
  - Markdown: https://primdb.com/docs/auth.md
- **MCP — the agent API**
  - HTML: https://primdb.com/docs/mcp
  - Markdown: https://primdb.com/docs/mcp.md
- **CLI reference**
  - HTML: https://primdb.com/docs/cli
  - Markdown: https://primdb.com/docs/cli.md
- **Preview feedback**
  - HTML: https://primdb.com/docs/preview-feedback
  - Markdown: https://primdb.com/docs/preview-feedback.md

## Notes for agents

- Server-rendered semantic HTML: content is visible without executing JavaScript.
- Every /docs page has a Markdown twin at /docs/{slug}.md (Content-Type text/markdown).
- No fake data on this site: no invented testimonials, logos, user counts, or metrics.
