Accessing the API Console
Navigate to/dashboard/admin/apis in your browser. If you hold the platform_owner role, the console loads immediately. Users with the member or admin role will see an access-denied screen — the console is not visible or accessible from standard team workspaces.
Bookmark /dashboard/admin/apis for quick access; there is no direct link to the console from the standard team sidebar.
The Catalog Dashboard
At the top of the console, a summary strip gives you an at-a-glance overview of your entire product catalog:- Total products — the number of API products currently in the catalog, regardless of status
- Active count — the number of products currently published and visible in the developer marketplace
- Total plan count — the combined number of pricing plans across all products
Product Card Anatomy
Each product card surfaces the key details you need to identify and manage an API product at a glance:- Name — the display name shown to developers in the marketplace
- Description — a short summary of what the API does
- Gateway endpoint — the URL that routes API requests for this product
- Status badge — either Active (visible in the marketplace) or Draft (hidden from developers)
Plans Accordion
Click anywhere on a product card to expand it and reveal the plans accordion. Each row in the accordion represents one pricing plan attached to the product, and shows:- Plan name — the label displayed to developers when they subscribe
- Price label — the human-readable price string (e.g. “Free”, “$29/mo”, “Pay as you go”)
- Quota — the maximum number of API calls allowed per calendar month
- Rate limit — the maximum number of API calls allowed per minute
- Billing mode badge — one of Free, Fixed, or Metered, indicating how usage is charged
Changes to product status (active/draft) take effect immediately in the marketplace — no deployment required.