> For the complete documentation index, see [llms.txt](https://docs.digitalapi.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalapi.ai/marketplace/introduction.md).

# Introduction

**Marketplace turns the APIs your organisation already runs into governed, discoverable products.** Connect any gateway, publish your APIs to a branded catalog, govern their quality, bundle them into subscribable products, monetize access, and watch how they are used.

It is a management plane, not a proxy. The marketplace reads from your gateways and runs the storefront, governance, subscriptions, and analytics around them, while live API traffic flows straight from consumers to the gateway. You reuse the gateways you already operate, with no migration and nothing new in the request path.

![Figure 1. Manage API Sources, where you connect the gateways and spec sources the marketplace reads from.](/files/FR737aOJ1CPbtI5qCXd7)

## What you can do

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Connect &#x26; import</strong></td><td>Federate every gateway and spec source into one catalog.</td><td><a href="/pages/OWzPOZ77ndGEscElVOT9">/pages/OWzPOZ77ndGEscElVOT9</a></td></tr><tr><td><strong>Govern</strong></td><td>Score each API for security, style, and documentation before consumers see it.</td><td><a href="/pages/dlyIQfjeNXoRnbsFcVe8">/pages/dlyIQfjeNXoRnbsFcVe8</a></td></tr><tr><td><strong>Publish &#x26; productize</strong></td><td>Move APIs to the catalog and bundle them into products and plans.</td><td><a href="/pages/PZN7hHDeNasIueFLaFJk">/pages/PZN7hHDeNasIueFLaFJk</a></td></tr><tr><td><strong>Monetize</strong></td><td>Price access with plans, quotas, invoices, and payouts.</td><td><a href="/pages/FhfoYzKr8s8AEvOCUppM">/pages/FhfoYzKr8s8AEvOCUppM</a></td></tr><tr><td><strong>Operate</strong></td><td>Manage subscriptions, members, branding, and analytics.</td><td><a href="/pages/AMMbq4r0vDRRxTqakOcB">/pages/AMMbq4r0vDRRxTqakOcB</a></td></tr><tr><td><strong>Open to AI</strong></td><td>Expose APIs to agents as MCP servers and an API GPT assistant.</td><td><a href="/pages/rorZ2jdVTYGAeLuuI62q">/pages/rorZ2jdVTYGAeLuuI62q</a></td></tr></tbody></table>

## How this guide is organised

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Concepts</strong></td><td>Understand the platform: what each capability is and why it matters.</td><td><a href="/pages/5AWXlUzkpXC0ZBNA0QVV">/pages/5AWXlUzkpXC0ZBNA0QVV</a></td></tr><tr><td><strong>How-to guides</strong></td><td>Step-by-step procedures for every surface, with field-level detail.</td><td><a href="/pages/pYu11xQqbEs26gzN0AxZ">/pages/pYu11xQqbEs26gzN0AxZ</a></td></tr><tr><td><strong>Reference</strong></td><td>Troubleshooting, FAQs, and a glossary of marketplace terms.</td><td><a href="/pages/TxffaBzmdsTwvDLO10Xy">/pages/TxffaBzmdsTwvDLO10Xy</a></td></tr></tbody></table>

{% hint style="success" %}
**New here?** Read the [Overview](/marketplace/overview.md) and follow [Getting started](/marketplace/getting-started.md) for your first day. Skim the [Concepts](/marketplace/concepts/concept-foundations.md) to build a mental model, then use the [How-to guides](/marketplace/how-to-guides/features.md) as you configure each surface.
{% endhint %}

{% hint style="info" %}
**Who this guide is for.** The API Provider and Portal Admin who run the marketplace day to day: you connect gateways, import and govern APIs, publish and productize them, approve subscriptions, monitor usage, and operate the administrative surfaces. The consumer-facing experience is documented in the Developer Portal guide.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.digitalapi.ai/marketplace/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
