Skip to main content
The API catalog is the central place where platform owners manage every API product available in the Palladium AI developer marketplace. From here you can see what is published, monitor how many plans are active, and control marketplace visibility with a single toggle — all without touching code or running a deployment. This section of the platform is exclusively available to users with the platform_owner role.

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
Below the summary strip, products are displayed as a card grid. Each card represents one API product. You can scroll through the grid to review your full catalog, and use the status filter to narrow the view to active or draft products only.

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)
An activate/draft toggle sits on each card. Flipping the toggle instantly changes the product’s marketplace visibility — no save button or deployment step required. Edit and delete actions are also accessible directly from the card.

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
A single product can have multiple plans, allowing you to offer tiered access — for example, a free trial plan alongside paid tiers with higher quotas and rate limits.
Changes to product status (active/draft) take effect immediately in the marketplace — no deployment required.