API Playground

Test public endpoints before integrating.

Developers need a fast way to generate a key, call an endpoint, receive a response, and understand rate limits. This route exposes the playground contract while protected key generation stays server-side.

Generate Key

Capsule-bound server action, never static or public.

Call Endpoint

Try status, CAPPS, trading registry, marketplace, and public activity feeds.

View Response

Readable JSON with success, error, latency, and rate-limit context.

Copy Code

Examples for JavaScript, curl, and SDK handoff.

Try Endpoint

Run an allowed public endpoint through the server.

StatusChoose an endpoint and run it.
Sample GET/api/public/status-page
Sample GET/public-data/platform-events.json
StatusPlayground execution is live for allowlisted public endpoints; key generation remains protected.