Creates a new instance of Neon Data API in the specified branch. The Data API provides a RESTful interface to query your Postgres database using HTTP requests. Use this action when you need to expose database access via REST API endpoints with JWT-based authentication.
jwks_urlstringThe URL that lists the JWKS (JSON Web Key Set) for external authentication. Required when auth_provider is 'external'.
settingsobjectConfiguration settings for the Neon Data API
branch_idRequiredstringThe branch ID where the Data API will be created (e.g., 'br-muddy-pond-ahkofech'). Obtain via NEON_GET_BRANCHES_FOR_PROJECT action.
project_idRequiredstringThe Neon project ID (e.g., 'proud-meadow-87189985'). Obtain via NEON_RETRIEVE_PROJECTS_LIST action.
jwt_audiencestringJWT audience claim to validate. WARNING: tokens without audience claim will still be accepted.
auth_providerstringAuthentication provider options for Neon Data API
database_nameRequiredstringThe database name for the Data API (e.g., 'neondb'). Must be an existing database in the branch.
provider_namestringThe name of the authentication provider (e.g., 'Clerk', 'Stytch', 'Auth0'). Used for documentation purposes.
skip_auth_schemabooleanSkip creating the auth schema and RLS functions. Default: false
add_default_grantsbooleanGrant all permissions to the tables in the public schema to authenticated users. Default: false
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.