Cloud docs
CouchDB is HTTP-native, so Layerbase Cloud gives you a managed HTTPS endpoint with the standard Apache CouchDB API.
Best for: Offline-first apps, PouchDB sync, document storage, replication workflows, and Cloudant migrations.
Go to /cloud, click the database you just created, and the connection panel shows the host, port, username, password, and a ready-to-paste connection string for the engine.
Use the generated admin username and password in the connection URL or Authorization header.
Use the https:// endpoint from Quick Connect.
Apache CouchDB HTTP API over HTTPS
CouchDB works with the normal client family for that engine. Start with the dashboard snippet, then move the same URL and credentials into your app environment.
If your client has separate direct, pooled, TLS, or HTTP options, prefer the exact variant shown in Quick Connect.
curl "https://admin:password@your-host.cloud.layerbase.dev/"