Skip to main content
The Platform API exposes everything the CLI and dashboard do. Use it to integrate Uniac into your own tooling.

Base URL

Authentication

Bearer token in the Authorization header:
The token is the JWT minted by uniac auth login and stored in ~/.uniac/auth.json. Print it for use in scripts with uniac auth token.

Resources

Projects

Services

Service instances

Health

Mutating endpoints return 202 with a task envelope; poll the task to observe completion.