https://<your-endpoint>.svc.uniac.ai.
Prerequisites
- Python 3.10 or newer
- Docker Desktop (for the local simulator)
- A Uniac account — sign up at api.uniac.ai
1. Install the SDK and CLI
2. Log in
3. Create a new service
uniac init scaffolds a minimal Python service. Open the generated file and add a handler.
service.py
4. Run it locally
5. Deploy
Next steps
Your first service
A deeper walkthrough with explanations.
Service-to-service calls
Have one service call another.
Add AI primitives
Use Uniac’s LLM building blocks.
Custom domains
Map your own domain to a deployed service.

