PostgreSQL
available nowTransactional workloads, relational integrity, advanced SQL. The default for anything production-grade.
Your agent sends plain English to one API endpoint. Polykomos translates it to SQL, executes it, and returns structured results. No SQL knowledge needed. Provision isolated PostgreSQL, MySQL, or SQLite instances, then query them in natural language — all through the same API.
Describe what you want, and Polykomos handles everything else. It generates safe SQL for PostgreSQL, MySQL, or SQLite, validates it, and returns structured results — all from a single API call.
Polykomos is a serverless database host. Provision PostgreSQL, MySQL, or SQLite instances and connect with any standard tool — psql, any ORM, any database driver. Use it for apps, CI/CD, websites, or internal tooling exactly the way you'd use any cloud database.
The natural language endpoint is an additional capability. Your agents can use it to skip SQL entirely, but traditional SQL access is always there. Same credentials, same instance, both approaches work side by side.
The full lifecycle in a single integration. Provision a database, query it in natural language, and tear it down when the task is done.
Agents can send natural language to one endpoint and let Polykomos generate the SQL, or connect directly and run queries themselves. Provision, populate, query, and tear down — with or without writing SQL.
A database per tenant, per environment, or per branch. Created in CI, torn down when the branch closes.
One provisioning API behind your self-serve portal. Developers get databases without tickets.
Isolate each customer in their own instance. Onboarding provisions it, billing meters it.
Three engines. One API.
Switch only the engine selector.
Provisioning, auth, quotas, and automation stay consistent.
Transactional workloads, relational integrity, advanced SQL. The default for anything production-grade.
MySQL-compatible stacks, existing workload migrations, and systems that expect MySQL wire protocol.
Preview environments, tooling, agent scratch state. For when a full server instance would be overkill.
One POST to /v1/databases provisions Postgres, MySQL, or SQLite. Or skip straight to /v1/query and send natural language — Polykomos generates the SQL. Your deploy script, platform controller, or agent makes the call — no console, no ticket.
The response includes a unique connection string, per-instance credentials, and a database ID for lifecycle management. Credentials are encrypted at rest and scoped to that single instance.
Every instance ships with configurable quotas: storage caps and connection limits you can set in the dashboard or API. Usage is metered hourly and alerts fire at your thresholds — before anything overruns.
Not everything needs to be automated. The web console gives you the same power without writing a line of code.
Pick an engine, set your quotas, click Create. Your database is live in seconds with credentials ready to copy.
Real-time charts for storage, runtime hours, and connection counts. See what's running, what's idle, and what's approaching limits.
Pause instances to stop compute charges, adjust quotas without downtime, or tear down databases when you're done. All from the UI.
Two more capabilities round out the API: schema blueprints that stamp a consistent structure onto any database in one call, and webhooks that notify your systems when events happen. Neither requires the dashboard.
A blueprint is a saved SQL schema — tables, indexes, extensions — stored in your account. Apply it to any database with one API call. Define it once, execute it everywhere. Useful for multi-tenant onboarding, CI test fixtures, or any workflow where new databases need to start with a consistent structure. You can manage blueprints in the dashboard or via the API, and apply them at provision time or any time after.
Register a URL and the events you care about. Polykomos POSTs a signed JSON payload to your endpoint whenever those events fire: a database created, deleted, a blueprint applied. Each delivery includes an HMAC-SHA256 signature via the X-Polykomos-Signature header so you can verify it came from us. Delivery history and test pings are available via the API and dashboard, so you can debug integrations without waiting for real events.
Not sure where to start? These guides walk through real use cases, code examples, and setup steps for both approaches.
How agents use natural language to create tables, store memory, and query data without writing SQL. Includes use cases for chatbots, multi-agent systems, and data collection.
Read the guide →Standard PostgreSQL and MySQL with connection strings for any framework. CI/CD pipelines, serverless functions, preview environments, and multi-language connection examples.
Read the guide →Free tier. No credit card. Pick an engine and start writing data.