Skip to main content

Developer Hub

What's the Developer Hub?

The Developer Hub is a single page that gives developers everything needed to integrate with NimbusWiz: API key management, usage analytics, and an interactive API reference, all in one place.

In the sidebar, select Developer Hub to open it.

Where do I find my API key?

Go to Developer Hub > API Keys. Keys appear masked by default.

To reveal the visible portion, select the eye icon on a key row. The Key column shows the first 14 characters of the key followed by masked characters.

The full key value is only shown once, immediately after generation. If you didn't copy it then, revoke the key and generate a new one.

What API scopes are available?

ScopeAccess
fleet:readRead system list, system details, and system status.
fleet:writeRegister systems and update system metadata.
deployments:readRead deployment history and status.
deployments:writeCreate and manage deployments.
webhooks:readRead webhook configurations and delivery history.

Scopes are set at key generation and can't be changed. To change a scope, revoke the key and generate a new one.

For full details on scope semantics and rotation, see Manage API keys.

note

Only fleet:read and fleet:write have endpoint specs in the current API design notes. The remaining scopes are placeholders for resources whose API contracts aren't yet written.

Where can I see API usage data?

Go to Developer Hub > Usage. The Usage tab shows request volume, error count, error rate, latency, top endpoints, and a latency breakdown chart. To change the time range, use the 7d / 30d toggle.

Where's the interactive API reference?

Go to Developer Hub > API Reference. The tab has a searchable endpoint list with expandable detail panels showing the request format, example responses, and error codes.