API request volume
- Current hour
- 61,483 requests
- Peak hour
- 96,420 requests at 08:00 UTC
- Monthly allowance
- 62% used
Workspace flow
A block-composed dashboard with semantic chart pressure across new, active, degraded, loading, dense, and mobile states.
Block-composed workspace overview with chart pressure across empty, healthy, degraded, loading, dense, and mobile states.
Healthy status, metrics, a semantic request chart, actions, people, and deterministic recent activity.
Team workspace
Team plan · EU region · updated July 13, 2026 at 09:30 UTC
Deployments, invitations, access changes, and billing events.
| Actor | Activity | Time |
|---|---|---|
| Grace Hopper | Deployed Billing portal | 2026-07-13T08:42:00Z |
| Ada Lovelace | Invited Katherine Johnson | 2026-07-12T16:18:00Z |
| Ada Lovelace | Created Production API key | 2026-07-11T10:05:00Z |
test/dummy/app/components/gallery/flows/dashboard_page.rbmain(
id: "gallery-dashboard-surface",
aria: { busy: state == "loading" ? "true" : nil },
data: {
gallery: "flow-surface",
gallery_flow: "dashboard",
gallery_flow_state: state,
gallery_mobile: state == "mobile" ? "true" : nil
}.compact
) do
render NitroKit::Container.new(size: :xl, id: "gallery-dashboard-container") do
render NitroKit::Flex.new(dir: :col, gap: 6, align: :stretch,
id: "gallery-dashboard-stack") do
render_workspace_header(disabled: state == "loading")
render_state
end
end
end