Console
Console
The Console is your control plane for UPGREAT. Operate organizations and projects, manage who can do what, mint inference keys, and watch usage and cost — all on top of the public UPGREAT API.
Everything in the Console is backed by the same REST API documented in the API reference. The dashboard is simply the fastest way to drive it; you can automate the same operations programmatically.
- Console
- app.upgreat.ai
- API base URL
https://api.upgreat.ai
How it is organized
The platform is structured in three layers:
- Organization — your company. It owns members, roles, access policies, billing and audit history.
- Project — a workspace inside an organization that isolates resources. Inference keys, usage and (soon) compute and storage belong to a project.
- Resources — the things you create inside a project: inference keys today, compute and S3 buckets next.
What you can do today
- Inference API — create and rotate keys, see usage and the models you can call.
- Access — invite members, assign built-in or custom roles, and write IAM policies.
- Usage — aggregated spend across the organization, by project and by key, with a daily time series.
- Activity — an immutable audit log of who did what.
- Settings — organization details, billing and your own security (2FA).
Coming next
Compute (dedicated GPU/CPU workloads) and S3-compatible storage are built and rolling out. They will appear as new sections in the Console and the API without changing the model above.Start here
- Authentication — how sign-in and API tokens work.
- Organizations & projects — the core hierarchy.
- Inference keys — mint a key for the LLM API.