Skip to main content
Templates capture setup once so every machine can start from a ready environment.
Use Template.build_in_background() when a build should continue while your client disconnects or polls progress later.
The TypeScript SDK builds synchronously over the SSE stream; for background builds and polling, use the Python SDK, CLI, or HTTP API.
See the API reference for the full template build request schema and background-build polling.