Skip to main content

Dashboard API

Retrieve consolidated dashboard data, analytics trends, cost breakdowns, and agent statistics. All endpoints except dashboard health require session authentication.

Dashboard data

Requires session authentication. Returns all core dashboard data in a single request. This endpoint uses the standard Node.js runtime and is marked force-dynamic so responses are never statically cached.

Response

Errors


Dashboard analytics

Requires session authentication. Returns time-series trends for deployments, skills, and tasks, along with channel activity and top installed skills.

Query parameters

Response

Errors


Dashboard bootstrap

Requires session authentication. Returns lightweight initialization data for the dashboard, including referral credits, plan information, OpenClaw connection details, and community reward status. The gatewayToken is the authenticated user’s own token, enabling automatic pairing with their agent instance.

Response

When the Solana RPC endpoint is temporarily unreachable, the communityRewards field degrades gracefully instead of failing the entire bootstrap request. The availability field changes to "degraded" and detail describes the issue. Balance and tier data may be unavailable in this state.

Errors


Dashboard cost

Requires session authentication. Returns cost breakdown for the current billing period, including per-agent costs, daily cost trends, and model usage breakdown. Combines subscription plan costs from the database with AI token usage data from the backend metrics service when available.

Query parameters

Response

When the backend metrics service is unavailable, token usage and AI call data default to 0. The plan-based subscription cost is always available from the database.

Plan pricing

Monthly token quotas

These quotas were updated in April 2026. When a user exceeds their monthly quota, chat completion requests return a 429 status with the QUOTA_EXCEEDED error code. See Token quotas for details on enforcement behavior.

Errors


Dashboard stats

Requires session authentication. Returns agent, skill, and task counts for the authenticated user, including plan-based agent limits.

Response

Plan agent limits

Errors

On failure, the endpoint returns HTTP 200 with zeroed fallback data instead of an error status code: