
Databases
Databases are first-class ACP SDK primitives. The database manager covers database lifecycle plus collection and document CRUD, which makes it a natural fit for app backends, operational tooling, and ACP-managed product state.
Databases currently do not expose a separate minute-based metered resource rate in the public CT pricing model. You are billed for the computers, functions, web apps, auth modules, or agent runtimes that operate on the data surface.
Database usage is typically paired with other ACP compute or deployed surfaces.
What databases are for
Use databases when ACP should store product state, operational records, queue-like collections, or structured application data directly inside the same platform boundary as your threads and resources.
Full database lifecycle in JavaScript
The database manager covers database CRUD plus collection and document CRUD on the same surface.