01 Build
Describe your app.
Bring every piece together.
Your agent defines the application and the infrastructure it needs in one file: APIs, background workers, databases, queues and storage.
Define a service once and instantiate it under any name. Every deployment in the project ships in one run.
From one prompt for a searchable document library, Claude defines the API, worker, Postgres database, Redis queue, and search index, then runs uniac deploy. All five services are running with private networking at the example URL https://document-library.example.com.