> Full Neon documentation index: https://neon.com/docs/llms.txt

# One-command setup supports more agents, improved billing support, and more

## One-command setup for more AI assistants

The **`npx neonctl@latest init`** command, which sets up Neon and configures the Neon MCP Server for you, now supports more AI assistants including **VS Code**, **Claude Code**, **Cursor**, **Claude Desktop**, **Codex**, **OpenCode**, **Antigravity**, **Cline**, **Cline CLI**, **Gemini CLI**, **GitHub Copilot CLI**, **Goose**, **MCPorter**, and **Zed**.

Run it from the root directory of your project:

```bash
npx neonctl@latest init
```

The **`init`** command uses **add-mcp** to configure the [Neon MCP Server](https://neon.com/docs/ai/neon-mcp-server) for your AI assistant. See [Supported agents (add-mcp)](https://neon.com/docs/ai/connect-mcp-clients-to-neon#supported-agents-add-mcp) for the full list of supported agents.

## Request billing support from the Billing page

![Request billing support button](https://neon.com/docs/changelog/request_billing_support.png)

Paid plans can open **Request billing support** on the **Billing** page. The form lets you choose an invoice and describe your issue.

## New examples and guides

- **[neon-auth-orgs-example](https://github.com/neondatabase/neon-js/tree/main/examples/neon-auth-orgs-example)** in [neondatabase/neon-js](https://github.com/neondatabase/neon-js): A small multi-tenant todo app that demonstrates **Neon Auth's Organization plugin** end to end. [Learn more about the Organization plugin](https://neon.com/docs/auth/guides/plugins/organization). For other Neon Auth samples, browse [`examples/`](https://github.com/neondatabase/neon-js/tree/main/examples) in that repo.

- [**Build your own Full-Stack Cloud Agents with Cloudflare Sandboxes and Neon Database Branching**](https://neon.com/guides/cloudflare-sandbox-neon-branching): Run a Cloudflare Sandbox worker that creates a **Neon branch per task**, runs an agent such as Claude Code with a branch-specific **`DATABASE_URL`**, then commits and opens a pull request.

- [**Triaging pull requests with OpenCode and Neon Database Branching**](https://neon.com/guides/opencode-neon-github-actions): Use **GitHub Actions** with OpenCode and Neon's **`create-branch-action`**, so each issue-triggered run gets its own Postgres branch for schema changes, migrations, and validation before the PR.
