Vorynza
ProductInfrastructurePricingRoadmapDocs
ProductInfrastructurePricingRoadmapDocs
Vorynza

Managed PostgreSQL databases. Provisioned instantly, billed simply, backed up automatically.

TwitterGitHubLinkedIn

Product

  • Postgres
  • Pricing
  • Roadmap
  • Status

Developers

  • Docs
  • API Reference
  • Postgres Guide
  • Support

Company

  • About
  • Blog
  • CareersHiring
  • Contact

Legal

  • Privacy
  • Terms
  • Security

© 2026 Vorynza. All rights reserved.

All systems operational
Docs/API Reference
API Reference

REST API

The Vorynza API lets you programmatically provision databases, manage services, and handle billing. All endpoints return JSON.

BETA

The API is under active development. Endpoints listed below reflect the planned surface area. Authentication tokens and interactive docs will be available with the public beta.

Base URL

endpoint
https://api.vorynza.cloud/v1

Authentication

All requests require a Bearer token in the Authorization header.

bash
curl https://api.vorynza.cloud/v1/organizations \
  -H "Authorization: Bearer vnz_your_api_key"

Endpoints

GET/v1/organizationsList your organizations
POST/v1/organizationsCreate an organization
GET/v1/organizations/:id/projectsList projects
POST/v1/organizations/:id/projectsCreate a project
POST/v1/projects/:id/services/postgresProvision a database
GET/v1/services/:idGet service status
GET/v1/services/:id/credentialsReveal connection string
DELETE/v1/services/:idDelete a service
GET/v1/organizations/:id/invoicesList invoices

Questions about the API? Contact support