工具 API

provision_neon_auth

Provisions Neon Auth for a Neon branch. Neon Auth is a managed authentication service built on Better Auth, fully integrated into the Neon platform. <workflow> The tool will: 1. Create the `neon_auth` schema in your database to store users, sessions, project configs and organizations 2. Set up secure Auth related APIs for your branch 3. Deploy an auth service in the same region as your Neon compute for low-latency requests 4. Return the Auth URL specific to your branch, along with credentials for your application </workflow> <key_features> - Branch-compatible: Auth data (users, sessions, config) branches with your database - Google and GitHub OAuth included out of the box - Works with RLS: JWTs are validated by the Data API for authenticated queries - Better Auth compatible: Exposes the same APIs and schema as Better Auth </key_features>

devOAuth1 积分

调用信息

工具标识
mcp-server-neon.provision_neon_auth
服务提供方
Neon
平均响应
0 ms
近 7 天调用
0

输入参数

projectId必填

The ID of the project to provision Neon Auth for

branchId

An optional ID of the branch to provision Neon Auth for. If not provided, the default branch is used.

databaseName

The database name to provision Neon Auth for. If not provided, the default database is used.