Applications
An application is a single deployable service or app within a project. Each application:
- Has its own environment label (
production,staging,development) - Gets its own API key for SDK authentication
- Has its own telemetry stream (traces and logs)
Viewing Applications
Navigate to /dashboard/orgs/[orgId]/projects/[projectId]/apps to see all applications in a project.
Each application card shows:
- Name and description
- Environment badge (color-coded)
- Generate API Key button
Environment Badge Colors
| Environment | Color |
|---|---|
production | Red |
staging | Yellow / Amber |
development | Green |
| Unknown | Grey |
Creating an Application
- Click New Application on the apps page
- Fill in:
- Name (required)
- Description (optional)
- Environment:
production,staging, ordevelopment
- Click Create
Generating an API Key
- Click Generate API Key on an application card
- The key is displayed in a modal — copy it immediately
- The key is shown only once and is never stored in the dashboard after you close the modal
Use the key in your SDK configuration:
UPBLIT_API_KEY=upblit_live_xxxxxxxxxxxxLast updated on