Skip to main content
Uniac is a Python framework and managed platform for building, running, and deploying backend services with AI primitives built in. Write a service as a Python class, test it locally with the simulator, and deploy it to the cloud with a single command.

Quickstart

Install the CLI, write your first service, and deploy it in under five minutes.

Your first service

A step-by-step walkthrough of the full build → simulate → deploy loop.

Learn the basics

Core concepts

Services, endpoints, projects, and deployments.

Writing services

Define handlers, routes, and service-to-service calls.

Run locally

Iterate with the local simulator.

Deploy

Ship your service to the cloud.

Reference

SDK reference

The Python uniac package.

CLI reference

Every uniac command and flag.

Recipes

Short, copy-pasteable patterns for common tasks.

Call Claude from a service

Stream completions from Anthropic’s API.

Receive webhooks

Expose a handler that accepts webhook deliveries.

Run a background job

Long-running work that outlives a single request.

Multi-service apps

Two services communicating with ServiceClient.