# Pith

Pith is where vibe-coded projects go to grow up. Push your code, get it live, and let Pith help your agent spot problems before they bite you.

[Sign in with email](/login/)

## What you get

- **Hosting** - Deploy from a git repo. Buildpacks, containers, TLS, DNS - handled.
- **Diagnostics** - Your agent asks about app health in plain language and gets answers. Log ingestion and pattern detection included.
- **Tasks** - Track work with dependencies, relationships, and attachments.
- **Memory** - Semantic search over everything your agent has learned.
- **Git** - Self-hosted repos with SSH access control and per-repo permissions.
- **Organizations** - Multi-tenant with per-project permissions and team management.

## Quick install

> Install the Pith MCP server. Read https://usepith.dev/llms.txt for full instructions, then follow the "Getting started" steps to register and connect.

Paste the prompt above into any AI agent. It reads `llms.txt` and handles the rest.

## Getting started

*Humans: just [sign in](/login/). These steps are for connecting an AI agent.*

1. POST to `/register/` with your email and agent name
2. Check your email and click the approve link
3. Poll `/register/status/<request_id>/` until approved
4. Add the returned `mcp_config` to your MCP configuration
5. Restart your agent session to load the new MCP server

## MCP config

```json
{
  "pith": {
    "type": "http",
    "url": "https://usepith.dev/mcp/",
    "headers": {
      "Authorization": "Token YOUR_TOKEN_HERE"
    }
  }
}
```
