---
name: neon-api
description: "Neon API skill. Use when working with Neon for projects, api_keys, consumption_history. Covers 179 endpoints."
version: 1.0.0
generator: lapsh
---

# Neon API
API version: v2

## Auth
Bearer bearer | ApiKey zenith in cookie | ApiKey keycloak_token in cookie

## Base URL
https://console.neon.tech/api/v2

## Setup
1. Set Authorization header with Bearer token
2. GET /api_keys -- list api keys
3. POST /api_keys -- create first api_key

## Endpoints
179 endpoints across 7 groups. See references/api-spec.lap for full details.

### Projects
| Method | Path | Description |
|--------|------|-------------|
| GET | /projects/{project_id}/advisors | Get advisor issues |
| GET | /projects/{project_id}/operations/{operation_id} | Retrieve operation details |
| GET | /projects | List projects |
| POST | /projects | Create project |
| GET | /projects/shared | List shared projects |
| GET | /projects/{project_id} | Retrieve project details |
| PATCH | /projects/{project_id} | Update project |
| DELETE | /projects/{project_id} | Delete project |
| POST | /projects/{project_id}/recover | Recover a deleted project |
| GET | /projects/{project_id}/operations | List operations |
| GET | /projects/{project_id}/permissions | List project access |
| POST | /projects/{project_id}/permissions | Grant project access |
| GET | /projects/{project_id}/members | List org members and their project roles |
| PUT | /projects/{project_id}/members/{member_id}/role | Set an org member's role on a project |
| DELETE | /projects/{project_id}/members/{member_id}/role | Remove an org member's role on a project |
| DELETE | /projects/{project_id}/permissions/{permission_id} | Revoke project access |
| GET | /projects/{project_id}/available_preload_libraries | List available shared preload libraries |
| POST | /projects/{project_id}/transfer_requests | Create a project transfer request |
| PUT | /projects/{project_id}/transfer_requests/{request_id} | Accept a project transfer request |
| GET | /projects/{project_id}/jwks | List JWKS URLs |
| POST | /projects/{project_id}/jwks | Add JWKS URL |
| DELETE | /projects/{project_id}/jwks/{jwks_id} | Delete JWKS URL |
| POST | /projects/{project_id}/branches/{branch_id}/data-api/{database_name} | Create Neon Data API |
| PATCH | /projects/{project_id}/branches/{branch_id}/data-api/{database_name} | Update Neon Data API |
| DELETE | /projects/{project_id}/branches/{branch_id}/data-api/{database_name} | Delete Neon Data API |
| GET | /projects/{project_id}/branches/{branch_id}/data-api/{database_name} | Retrieve Neon Data API configuration |
| POST | /projects/auth/create | Create Neon Auth integration |
| GET | /projects/{project_id}/branches/{branch_id}/auth | Retrieve Neon Auth details for the branch |
| POST | /projects/{project_id}/branches/{branch_id}/auth | Enable Neon Auth for the branch |
| DELETE | /projects/{project_id}/branches/{branch_id}/auth | Disable Neon Auth for the branch |
| GET | /projects/{project_id}/auth/domains | List trusted redirect URI domains |
| POST | /projects/{project_id}/auth/domains | Add trusted redirect URI domain |
| DELETE | /projects/{project_id}/auth/domains | Delete trusted redirect URI domain |
| GET | /projects/{project_id}/branches/{branch_id}/auth/domains | List domains in redirect_uri whitelist |
| POST | /projects/{project_id}/branches/{branch_id}/auth/domains | Add domain to redirect_uri whitelist |
| DELETE | /projects/{project_id}/branches/{branch_id}/auth/domains | Delete domain from redirect_uri whitelist |
| POST | /projects/auth/keys | Create Auth Provider SDK keys |
| POST | /projects/auth/user | Create new auth user |
| POST | /projects/{project_id}/branches/{branch_id}/auth/users | Create new auth user |
| DELETE | /projects/{project_id}/branches/{branch_id}/auth/users/{auth_user_id} | Delete auth user |
| PUT | /projects/{project_id}/branches/{branch_id}/auth/users/{auth_user_id}/role | Update auth user role |
| DELETE | /projects/{project_id}/auth/users/{auth_user_id} | Delete auth user |
| POST | /projects/auth/transfer_ownership | Transfer Neon-managed auth project to your own account |
| GET | /projects/{project_id}/auth/integrations | List active integrations with auth providers |
| GET | /projects/{project_id}/auth/oauth_providers | List OAuth providers |
| POST | /projects/{project_id}/auth/oauth_providers | Add an OAuth provider |
| GET | /projects/{project_id}/branches/{branch_id}/auth/oauth_providers | List OAuth providers for the branch |
| POST | /projects/{project_id}/branches/{branch_id}/auth/oauth_providers | Add an OAuth provider |
| PATCH | /projects/{project_id}/auth/oauth_providers/{oauth_provider_id} | Update OAuth provider |
| DELETE | /projects/{project_id}/auth/oauth_providers/{oauth_provider_id} | Delete OAuth provider |
| PATCH | /projects/{project_id}/branches/{branch_id}/auth/oauth_providers/{oauth_provider_id} | Update OAuth provider |
| DELETE | /projects/{project_id}/branches/{branch_id}/auth/oauth_providers/{oauth_provider_id} | Delete OAuth provider |
| GET | /projects/{project_id}/auth/email_server | Retrieve email server configuration |
| PATCH | /projects/{project_id}/auth/email_server | Update email server configuration |
| POST | /projects/{project_id}/branches/{branch_id}/auth/send_test_email | Send test email |
| POST | /projects/{project_id}/branches/{branch_id}/auth/email_provider/test | Send test email using the saved email provider |
| GET | /projects/{project_id}/branches/{branch_id}/auth/email_and_password | Retrieve email and password configuration |
| PATCH | /projects/{project_id}/branches/{branch_id}/auth/email_and_password | Update email and password configuration |
| GET | /projects/{project_id}/branches/{branch_id}/auth/email_provider | Retrieve email provider configuration |
| PATCH | /projects/{project_id}/branches/{branch_id}/auth/email_provider | Update email provider configuration |
| DELETE | /projects/{project_id}/auth/integration/{auth_provider} | Delete integration with auth provider |
| GET | /projects/{project_id}/connection_uri | Retrieve connection URI |
| GET | /projects/{project_id}/branches/{branch_id}/auth/allow_localhost | Retrieve localhost allow setting |
| PATCH | /projects/{project_id}/branches/{branch_id}/auth/allow_localhost | Update localhost allow setting |
| GET | /projects/{project_id}/branches/{branch_id}/auth/plugins | Retrieve Neon Auth plugin configurations |
| PATCH | /projects/{project_id}/branches/{branch_id}/auth/plugins/organization | Update organization plugin configuration |
| PATCH | /projects/{project_id}/branches/{branch_id}/auth/config | Update auth configuration |
| PATCH | /projects/{project_id}/branches/{branch_id}/auth/plugins/magic-link | Update magic link plugin configuration |
| GET | /projects/{project_id}/branches/{branch_id}/auth/plugins/phone-number | Retrieve phone number plugin configuration |
| PATCH | /projects/{project_id}/branches/{branch_id}/auth/plugins/phone-number | Update phone number plugin configuration |
| GET | /projects/{project_id}/branches/{branch_id}/auth/webhooks | Retrieve Neon Auth webhook configuration |
| PUT | /projects/{project_id}/branches/{branch_id}/auth/webhooks | Update Neon Auth webhook configuration |
| POST | /projects/{project_id}/branches | Create branch |
| GET | /projects/{project_id}/branches | List branches |
| POST | /projects/{project_id}/branch_anonymized | Create anonymized branch |
| GET | /projects/{project_id}/branches/count | Retrieve number of branches |
| GET | /projects/{project_id}/branches/{branch_id} | Retrieve branch details |
| DELETE | /projects/{project_id}/branches/{branch_id} | Delete branch |
| PATCH | /projects/{project_id}/branches/{branch_id} | Update branch |
| POST | /projects/{project_id}/branches/{branch_id}/restore | Restore branch to a historical state |
| GET | /projects/{project_id}/branches/{branch_id}/schema | Retrieve database schema |
| GET | /projects/{project_id}/branches/{branch_id}/compare_schema | Compare database schema |
| GET | /projects/{project_id}/branches/{branch_id}/masking_rules | Retrieve masking rules |
| PATCH | /projects/{project_id}/branches/{branch_id}/masking_rules | Update masking rules |
| GET | /projects/{project_id}/branches/{branch_id}/anonymized_status | Retrieve anonymized branch status |
| POST | /projects/{project_id}/branches/{branch_id}/anonymize | Start anonymization |
| POST | /projects/{project_id}/branches/{branch_id}/set_as_default | Set branch as default |
| POST | /projects/{project_id}/branches/{branch_id}/finalize_restore | Finalize branch restore from snapshot |
| GET | /projects/{project_id}/branches/{branch_id}/endpoints | List branch endpoints |
| GET | /projects/{project_id}/branches/{branch_id}/databases | List databases |
| POST | /projects/{project_id}/branches/{branch_id}/databases | Create database |
| GET | /projects/{project_id}/branches/{branch_id}/databases/{database_name} | Retrieve database details |
| PATCH | /projects/{project_id}/branches/{branch_id}/databases/{database_name} | Update database |
| DELETE | /projects/{project_id}/branches/{branch_id}/databases/{database_name} | Delete database |
| GET | /projects/{project_id}/branches/{branch_id}/roles | List roles |
| POST | /projects/{project_id}/branches/{branch_id}/roles | Create role |
| GET | /projects/{project_id}/branches/{branch_id}/roles/{role_name} | Retrieve role details |
| DELETE | /projects/{project_id}/branches/{branch_id}/roles/{role_name} | Delete role |
| GET | /projects/{project_id}/branches/{branch_id}/roles/{role_name}/reveal_password | Retrieve role password |
| POST | /projects/{project_id}/branches/{branch_id}/roles/{role_name}/reset_password | Reset role password |
| GET | /projects/{project_id}/vpc_endpoints | List VPC endpoint restrictions |
| POST | /projects/{project_id}/vpc_endpoints/{vpc_endpoint_id} | Set VPC endpoint restriction |
| DELETE | /projects/{project_id}/vpc_endpoints/{vpc_endpoint_id} | Delete VPC endpoint restriction |
| POST | /projects/{project_id}/endpoints | Create compute endpoint |
| GET | /projects/{project_id}/endpoints | List compute endpoints |
| GET | /projects/{project_id}/endpoints/{endpoint_id} | Retrieve compute endpoint details |
| DELETE | /projects/{project_id}/endpoints/{endpoint_id} | Delete compute endpoint |
| PATCH | /projects/{project_id}/endpoints/{endpoint_id} | Update compute endpoint |
| POST | /projects/{project_id}/endpoints/{endpoint_id}/start | Start compute endpoint |
| POST | /projects/{project_id}/endpoints/{endpoint_id}/suspend | Suspend compute endpoint |
| POST | /projects/{project_id}/endpoints/{endpoint_id}/restart | Restart compute endpoint |
| POST | /projects/{project_id}/branches/{branch_id}/snapshot | Create snapshot |
| GET | /projects/{project_id}/snapshots | List project snapshots |
| DELETE | /projects/{project_id}/snapshots/{snapshot_id} | Delete snapshot |
| PATCH | /projects/{project_id}/snapshots/{snapshot_id} | Update snapshot |
| POST | /projects/{project_id}/snapshots/{snapshot_id}/restore | Restore snapshot |
| GET | /projects/{project_id}/branches/{branch_id}/backup_schedule | Retrieve backup schedule |
| PUT | /projects/{project_id}/branches/{branch_id}/backup_schedule | Update backup schedule |
| POST | /projects/{project_id}/branches/{branch_id}/buckets | Create a bucket on the branch |
| GET | /projects/{project_id}/branches/{branch_id}/buckets | List buckets on the branch |
| DELETE | /projects/{project_id}/branches/{branch_id}/buckets/{bucket_name} | Delete a bucket on the branch |
| GET | /projects/{project_id}/branches/{branch_id}/storage | Get branch object storage state |
| GET | /projects/{project_id}/branches/{branch_id}/ai_gateway | Get branch AI Gateway endpoint |
| POST | /projects/{project_id}/branches/{branch_id}/logs/query | Query branch logs |
| GET | /projects/{project_id}/branches/{branch_id}/logs/fields | List branch log fields |
| GET | /projects/{project_id}/branches/{branch_id}/logs/fields/{field_name}/values | List branch log field values |
| GET | /projects/{project_id}/branches/{branch_id}/buckets/{bucket_name}/objects | List objects in a bucket |
| DELETE | /projects/{project_id}/branches/{branch_id}/buckets/{bucket_name}/objects/{object_key} | Delete an object in a bucket |
| GET | /projects/{project_id}/branches/{branch_id}/buckets/{bucket_name}/objects/{object_key}/download | Download an object's bytes |
| DELETE | /projects/{project_id}/branches/{branch_id}/buckets/{bucket_name}/objects-by-prefix | Delete every object under a key prefix (folder) in a bucket |
| POST | /projects/{project_id}/branches/{branch_id}/buckets/{bucket_name}/objects/{object_key}/presign | Presign an upload or download for an object in a bucket |
| POST | /projects/{project_id}/branches/{branch_id}/credentials | Issue a scoped credential on the branch |
| GET | /projects/{project_id}/branches/{branch_id}/credentials | List credentials on the branch |
| DELETE | /projects/{project_id}/branches/{branch_id}/credentials/{token_id} | Revoke a credential |
| POST | /projects/{project_id}/branches/{branch_id}/credentials/{token_id}/reveal | Reveal a credential's secrets |
| POST | /projects/{project_id}/branches/{branch_id}/credentials/{token_id}/rotate | Rotate a credential's secrets |
| GET | /projects/{project_id}/branches/{branch_id}/functions | List functions on the branch |
| GET | /projects/{project_id}/branches/{branch_id}/functions/{slug} | Get function details |
| PATCH | /projects/{project_id}/branches/{branch_id}/functions/{slug} | Update a function |
| DELETE | /projects/{project_id}/branches/{branch_id}/functions/{slug} | Delete a function on the branch |
| POST | /projects/{project_id}/branches/{branch_id}/functions/{slug}/deployments | Deploy code to a function |
| GET | /projects/{project_id}/branches/{branch_id}/triggers | List triggers on the branch |
| POST | /projects/{project_id}/branches/{branch_id}/triggers | Create a trigger |
| GET | /projects/{project_id}/branches/{branch_id}/triggers/{trigger_id} | Get a trigger |
| PATCH | /projects/{project_id}/branches/{branch_id}/triggers/{trigger_id} | Update a trigger |
| DELETE | /projects/{project_id}/branches/{branch_id}/triggers/{trigger_id} | Delete a trigger |
| POST | /projects/{project_id}/branches/{branch_id}/custom-domains | Register a custom domain on a branch |
| GET | /projects/{project_id}/branches/{branch_id}/custom-domains | List the custom domains on a branch |
| DELETE | /projects/{project_id}/branches/{branch_id}/custom-domains/{domain} | Delete a custom domain from a branch |

### Api_keys
| Method | Path | Description |
|--------|------|-------------|
| GET | /api_keys | List API keys |
| POST | /api_keys | Create API key |
| DELETE | /api_keys/{key_id} | Revoke API key |

### Consumption_history
| Method | Path | Description |
|--------|------|-------------|
| GET | /consumption_history/projects | Retrieve project consumption metrics (legacy plans) |
| GET | /consumption_history/v2/projects | Retrieve project consumption metrics |
| GET | /consumption_history/v2/branches | Retrieve branch consumption metrics |

### Organizations
| Method | Path | Description |
|--------|------|-------------|
| GET | /organizations/{org_id} | Retrieve organization details |
| GET | /organizations/{org_id}/api_keys | List organization API keys |
| POST | /organizations/{org_id}/api_keys | Create organization API key |
| DELETE | /organizations/{org_id}/api_keys/{key_id} | Revoke organization API key |
| GET | /organizations/{org_id}/billing/spending_limit | Retrieve organization spending limit |
| PUT | /organizations/{org_id}/billing/spending_limit | Set organization spending limit |
| DELETE | /organizations/{org_id}/billing/spending_limit | Remove organization spending limit |
| GET | /organizations/{org_id}/members | List organization members |
| GET | /organizations/{org_id}/members/{member_id} | Retrieve organization member details |
| PATCH | /organizations/{org_id}/members/{member_id} | Update role for organization member |
| DELETE | /organizations/{org_id}/members/{member_id} | Remove organization member |
| GET | /organizations/{org_id}/invitations | List organization invitations |
| POST | /organizations/{org_id}/invitations | Create organization invitations |
| POST | /organizations/{source_org_id}/projects/transfer | Transfer projects between organizations |
| GET | /organizations/{org_id}/vpc/vpc_endpoints | List VPC endpoints across all regions |
| GET | /organizations/{org_id}/vpc/region/{region_id}/vpc_endpoints | List VPC endpoints |
| GET | /organizations/{org_id}/vpc/region/{region_id}/vpc_endpoints/{vpc_endpoint_id} | Retrieve VPC endpoint details |
| POST | /organizations/{org_id}/vpc/region/{region_id}/vpc_endpoints/{vpc_endpoint_id} | Assign or update VPC endpoint |
| DELETE | /organizations/{org_id}/vpc/region/{region_id}/vpc_endpoints/{vpc_endpoint_id} | Delete VPC endpoint |

### Regions
| Method | Path | Description |
|--------|------|-------------|
| GET | /regions | List supported regions |

### Users
| Method | Path | Description |
|--------|------|-------------|
| GET | /users/me | Retrieve current user details |
| GET | /users/me/organizations | List organizations for the current user |
| POST | /users/me/projects/transfer | Transfer projects from personal account to organization |

### Auth
| Method | Path | Description |
|--------|------|-------------|
| GET | /auth | Retrieve request authentication details |

## Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "List all advisors?" -> GET /projects/{project_id}/advisors
- "List all api_keys?" -> GET /api_keys
- "Create a api_key?" -> POST /api_keys
- "Delete a api_key?" -> DELETE /api_keys/{key_id}
- "Get operation details?" -> GET /projects/{project_id}/operations/{operation_id}
- "Search projects?" -> GET /projects
- "Create a project?" -> POST /projects
- "Search shared?" -> GET /projects/shared
- "Get project details?" -> GET /projects/{project_id}
- "Partially update a project?" -> PATCH /projects/{project_id}
- "Delete a project?" -> DELETE /projects/{project_id}
- "Create a recover?" -> POST /projects/{project_id}/recover
- "List all operations?" -> GET /projects/{project_id}/operations
- "List all permissions?" -> GET /projects/{project_id}/permissions
- "Create a permission?" -> POST /projects/{project_id}/permissions
- "List all members?" -> GET /projects/{project_id}/members
- "Delete a permission?" -> DELETE /projects/{project_id}/permissions/{permission_id}
- "List all available_preload_libraries?" -> GET /projects/{project_id}/available_preload_libraries
- "Create a transfer_request?" -> POST /projects/{project_id}/transfer_requests
- "Update a transfer_request?" -> PUT /projects/{project_id}/transfer_requests/{request_id}
- "List all jwks?" -> GET /projects/{project_id}/jwks
- "Create a jwk?" -> POST /projects/{project_id}/jwks
- "Delete a jwk?" -> DELETE /projects/{project_id}/jwks/{jwks_id}
- "Partially update a data-api?" -> PATCH /projects/{project_id}/branches/{branch_id}/data-api/{database_name}
- "Delete a data-api?" -> DELETE /projects/{project_id}/branches/{branch_id}/data-api/{database_name}
- "Get data-api details?" -> GET /projects/{project_id}/branches/{branch_id}/data-api/{database_name}
- "Create a create?" -> POST /projects/auth/create
- "List all auth?" -> GET /projects/{project_id}/branches/{branch_id}/auth
- "Create a auth?" -> POST /projects/{project_id}/branches/{branch_id}/auth
- "List all domains?" -> GET /projects/{project_id}/auth/domains
- "Create a domain?" -> POST /projects/{project_id}/auth/domains
- "Create a key?" -> POST /projects/auth/keys
- "Create a user?" -> POST /projects/auth/user
- "Delete a user?" -> DELETE /projects/{project_id}/branches/{branch_id}/auth/users/{auth_user_id}
- "Create a transfer_ownership?" -> POST /projects/auth/transfer_ownership
- "List all integrations?" -> GET /projects/{project_id}/auth/integrations
- "List all oauth_providers?" -> GET /projects/{project_id}/auth/oauth_providers
- "Create a oauth_provider?" -> POST /projects/{project_id}/auth/oauth_providers
- "Partially update a oauth_provider?" -> PATCH /projects/{project_id}/auth/oauth_providers/{oauth_provider_id}
- "Delete a oauth_provider?" -> DELETE /projects/{project_id}/auth/oauth_providers/{oauth_provider_id}
- "List all email_server?" -> GET /projects/{project_id}/auth/email_server
- "Create a send_test_email?" -> POST /projects/{project_id}/branches/{branch_id}/auth/send_test_email
- "Create a test?" -> POST /projects/{project_id}/branches/{branch_id}/auth/email_provider/test
- "List all email_and_password?" -> GET /projects/{project_id}/branches/{branch_id}/auth/email_and_password
- "List all email_provider?" -> GET /projects/{project_id}/branches/{branch_id}/auth/email_provider
- "Delete a integration?" -> DELETE /projects/{project_id}/auth/integration/{auth_provider}
- "List all connection_uri?" -> GET /projects/{project_id}/connection_uri
- "List all allow_localhost?" -> GET /projects/{project_id}/branches/{branch_id}/auth/allow_localhost
- "List all plugins?" -> GET /projects/{project_id}/branches/{branch_id}/auth/plugins
- "List all phone-number?" -> GET /projects/{project_id}/branches/{branch_id}/auth/plugins/phone-number
- "List all webhooks?" -> GET /projects/{project_id}/branches/{branch_id}/auth/webhooks
- "Create a branche?" -> POST /projects/{project_id}/branches
- "Search branches?" -> GET /projects/{project_id}/branches
- "Create a branch_anonymized?" -> POST /projects/{project_id}/branch_anonymized
- "Search count?" -> GET /projects/{project_id}/branches/count
- "Get branche details?" -> GET /projects/{project_id}/branches/{branch_id}
- "Delete a branche?" -> DELETE /projects/{project_id}/branches/{branch_id}
- "Partially update a branche?" -> PATCH /projects/{project_id}/branches/{branch_id}
- "Create a restore?" -> POST /projects/{project_id}/branches/{branch_id}/restore
- "List all schema?" -> GET /projects/{project_id}/branches/{branch_id}/schema
- "List all compare_schema?" -> GET /projects/{project_id}/branches/{branch_id}/compare_schema
- "List all masking_rules?" -> GET /projects/{project_id}/branches/{branch_id}/masking_rules
- "List all anonymized_status?" -> GET /projects/{project_id}/branches/{branch_id}/anonymized_status
- "Create a anonymize?" -> POST /projects/{project_id}/branches/{branch_id}/anonymize
- "Create a set_as_default?" -> POST /projects/{project_id}/branches/{branch_id}/set_as_default
- "Create a finalize_restore?" -> POST /projects/{project_id}/branches/{branch_id}/finalize_restore
- "List all endpoints?" -> GET /projects/{project_id}/branches/{branch_id}/endpoints
- "List all databases?" -> GET /projects/{project_id}/branches/{branch_id}/databases
- "Create a database?" -> POST /projects/{project_id}/branches/{branch_id}/databases
- "Get database details?" -> GET /projects/{project_id}/branches/{branch_id}/databases/{database_name}
- "Partially update a database?" -> PATCH /projects/{project_id}/branches/{branch_id}/databases/{database_name}
- "Delete a database?" -> DELETE /projects/{project_id}/branches/{branch_id}/databases/{database_name}
- "List all roles?" -> GET /projects/{project_id}/branches/{branch_id}/roles
- "Create a role?" -> POST /projects/{project_id}/branches/{branch_id}/roles
- "Get role details?" -> GET /projects/{project_id}/branches/{branch_id}/roles/{role_name}
- "Delete a role?" -> DELETE /projects/{project_id}/branches/{branch_id}/roles/{role_name}
- "List all reveal_password?" -> GET /projects/{project_id}/branches/{branch_id}/roles/{role_name}/reveal_password
- "Create a reset_password?" -> POST /projects/{project_id}/branches/{branch_id}/roles/{role_name}/reset_password
- "List all vpc_endpoints?" -> GET /projects/{project_id}/vpc_endpoints
- "Delete a vpc_endpoint?" -> DELETE /projects/{project_id}/vpc_endpoints/{vpc_endpoint_id}
- "Create a endpoint?" -> POST /projects/{project_id}/endpoints
- "Get endpoint details?" -> GET /projects/{project_id}/endpoints/{endpoint_id}
- "Delete a endpoint?" -> DELETE /projects/{project_id}/endpoints/{endpoint_id}
- "Partially update a endpoint?" -> PATCH /projects/{project_id}/endpoints/{endpoint_id}
- "Create a start?" -> POST /projects/{project_id}/endpoints/{endpoint_id}/start
- "Create a suspend?" -> POST /projects/{project_id}/endpoints/{endpoint_id}/suspend
- "Create a restart?" -> POST /projects/{project_id}/endpoints/{endpoint_id}/restart
- "List all projects?" -> GET /consumption_history/projects
- "List all branches?" -> GET /consumption_history/v2/branches
- "Get organization details?" -> GET /organizations/{org_id}
- "List all spending_limit?" -> GET /organizations/{org_id}/billing/spending_limit
- "Get member details?" -> GET /organizations/{org_id}/members/{member_id}
- "Partially update a member?" -> PATCH /organizations/{org_id}/members/{member_id}
- "Delete a member?" -> DELETE /organizations/{org_id}/members/{member_id}
- "List all invitations?" -> GET /organizations/{org_id}/invitations
- "Create a invitation?" -> POST /organizations/{org_id}/invitations
- "Create a transfer?" -> POST /organizations/{source_org_id}/projects/transfer
- "Get vpc_endpoint details?" -> GET /organizations/{org_id}/vpc/region/{region_id}/vpc_endpoints/{vpc_endpoint_id}
- "List all regions?" -> GET /regions
- "List all me?" -> GET /users/me
- "List all organizations?" -> GET /users/me/organizations
- "Create a snapshot?" -> POST /projects/{project_id}/branches/{branch_id}/snapshot
- "List all snapshots?" -> GET /projects/{project_id}/snapshots
- "Delete a snapshot?" -> DELETE /projects/{project_id}/snapshots/{snapshot_id}
- "Partially update a snapshot?" -> PATCH /projects/{project_id}/snapshots/{snapshot_id}
- "List all backup_schedule?" -> GET /projects/{project_id}/branches/{branch_id}/backup_schedule
- "Create a bucket?" -> POST /projects/{project_id}/branches/{branch_id}/buckets
- "List all buckets?" -> GET /projects/{project_id}/branches/{branch_id}/buckets
- "Delete a bucket?" -> DELETE /projects/{project_id}/branches/{branch_id}/buckets/{bucket_name}
- "List all storage?" -> GET /projects/{project_id}/branches/{branch_id}/storage
- "List all ai_gateway?" -> GET /projects/{project_id}/branches/{branch_id}/ai_gateway
- "Create a query?" -> POST /projects/{project_id}/branches/{branch_id}/logs/query
- "List all fields?" -> GET /projects/{project_id}/branches/{branch_id}/logs/fields
- "List all values?" -> GET /projects/{project_id}/branches/{branch_id}/logs/fields/{field_name}/values
- "List all objects?" -> GET /projects/{project_id}/branches/{branch_id}/buckets/{bucket_name}/objects
- "Delete a object?" -> DELETE /projects/{project_id}/branches/{branch_id}/buckets/{bucket_name}/objects/{object_key}
- "List all download?" -> GET /projects/{project_id}/branches/{branch_id}/buckets/{bucket_name}/objects/{object_key}/download
- "Create a presign?" -> POST /projects/{project_id}/branches/{branch_id}/buckets/{bucket_name}/objects/{object_key}/presign
- "Create a credential?" -> POST /projects/{project_id}/branches/{branch_id}/credentials
- "List all credentials?" -> GET /projects/{project_id}/branches/{branch_id}/credentials
- "Delete a credential?" -> DELETE /projects/{project_id}/branches/{branch_id}/credentials/{token_id}
- "Create a reveal?" -> POST /projects/{project_id}/branches/{branch_id}/credentials/{token_id}/reveal
- "Create a rotate?" -> POST /projects/{project_id}/branches/{branch_id}/credentials/{token_id}/rotate
- "List all functions?" -> GET /projects/{project_id}/branches/{branch_id}/functions
- "Get function details?" -> GET /projects/{project_id}/branches/{branch_id}/functions/{slug}
- "Partially update a function?" -> PATCH /projects/{project_id}/branches/{branch_id}/functions/{slug}
- "Delete a function?" -> DELETE /projects/{project_id}/branches/{branch_id}/functions/{slug}
- "Create a deployment?" -> POST /projects/{project_id}/branches/{branch_id}/functions/{slug}/deployments
- "List all triggers?" -> GET /projects/{project_id}/branches/{branch_id}/triggers
- "Create a trigger?" -> POST /projects/{project_id}/branches/{branch_id}/triggers
- "Get trigger details?" -> GET /projects/{project_id}/branches/{branch_id}/triggers/{trigger_id}
- "Partially update a trigger?" -> PATCH /projects/{project_id}/branches/{branch_id}/triggers/{trigger_id}
- "Delete a trigger?" -> DELETE /projects/{project_id}/branches/{branch_id}/triggers/{trigger_id}
- "Create a custom-domain?" -> POST /projects/{project_id}/branches/{branch_id}/custom-domains
- "List all custom-domains?" -> GET /projects/{project_id}/branches/{branch_id}/custom-domains
- "Delete a custom-domain?" -> DELETE /projects/{project_id}/branches/{branch_id}/custom-domains/{domain}
- "How to authenticate?" -> See Auth section above

## Response Tips
- Check response schemas in references/api-spec.lap for field details
- Paginated endpoints accept limit/offset or cursor parameters
- Create/update endpoints return the modified resource on success
- Error responses include status codes and descriptions in the spec

## References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

> Generated from the official API spec by [LAP](https://lap.sh)
