> 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/readme.md).

# DigitalAPI Developer

Discover DigitalAPI's products, guides, and references to publish, govern, secure, and consume APIs across every gateway.

{% hint style="info" %}
**New to DigitalAPI?** Pick a product below to open its documentation. Each product has its own overview, how-to guides, and reference.
{% endhint %}

## Products

<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>Marketplace</strong></td><td>Federate every API gateway under one branded marketplace. Publish APIs, score governance, manage subscriptions, and run a developer storefront.</td><td><a href="https://docs.digitalapi.ai/marketplace-1">https://docs.digitalapi.ai/marketplace-1</a></td></tr><tr><td><strong>API Gateway</strong></td><td>Route, secure, transform, and scale API traffic with the AILIX gateway. Define services, routes, upstreams, and plugins, and watch live traffic.</td><td><a href="https://docs.digitalapi.ai/ailix-api-gateway">https://docs.digitalapi.ai/ailix-api-gateway</a></td></tr><tr><td><strong>Developer Portal</strong></td><td>The consumer experience: discover APIs, read documentation, sign up, subscribe, and manage applications and credentials.</td><td><a href="https://docs.digitalapi.ai/developer-portal">https://docs.digitalapi.ai/developer-portal</a></td></tr></tbody></table>

## Marketplace

Run a multi-gateway API marketplace with governance, subscriptions, and analytics.

<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>Overview</strong></td><td>What the marketplace is and the value it delivers.</td><td><a href="https://docs.digitalapi.ai/marketplace-1/overview">https://docs.digitalapi.ai/marketplace-1/overview</a></td></tr><tr><td><strong>Get started</strong></td><td>Sign in, learn the dashboard, and walk the sidebar groups.</td><td><a href="https://docs.digitalapi.ai/marketplace-1/getting-started">https://docs.digitalapi.ai/marketplace-1/getting-started</a></td></tr><tr><td><strong>All documentation</strong></td><td>Connect gateways, import APIs, govern, publish, and operate.</td><td><a href="https://docs.digitalapi.ai/marketplace-1">https://docs.digitalapi.ai/marketplace-1</a></td></tr></tbody></table>

## API Gateway

Operate the AILIX gateway: traffic management, plugins, observability, and administration.

<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>Overview</strong></td><td>The gateway architecture and request lifecycle.</td><td><a href="https://docs.digitalapi.ai/ailix-api-gateway/overview">https://docs.digitalapi.ai/ailix-api-gateway/overview</a></td></tr><tr><td><strong>Get started</strong></td><td>Sign in to the Helix Portal and learn the working areas.</td><td><a href="https://docs.digitalapi.ai/ailix-api-gateway/getting-started">https://docs.digitalapi.ai/ailix-api-gateway/getting-started</a></td></tr><tr><td><strong>All documentation</strong></td><td>Services, routes, upstreams, plugins, observability, and setup.</td><td><a href="https://docs.digitalapi.ai/ailix-api-gateway">https://docs.digitalapi.ai/ailix-api-gateway</a></td></tr></tbody></table>

## Developer Portal

The branded surface your external consumers use to find and adopt your APIs.

<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>Discovering APIs</strong></td><td>Browse and search the public API and Product catalog.</td><td><a href="https://docs.digitalapi.ai/developer-portal/consumer-experience/discovering-apis">https://docs.digitalapi.ai/developer-portal/consumer-experience/discovering-apis</a></td></tr><tr><td><strong>Subscribing to APIs</strong></td><td>Sign up, subscribe, and manage applications and credentials.</td><td><a href="https://docs.digitalapi.ai/developer-portal/consumer-experience/requesting-a-subscription">https://docs.digitalapi.ai/developer-portal/consumer-experience/requesting-a-subscription</a></td></tr><tr><td><strong>All documentation</strong></td><td>The full consumer experience and provider-side API distribution.</td><td><a href="https://docs.digitalapi.ai/developer-portal">https://docs.digitalapi.ai/developer-portal</a></td></tr></tbody></table>


---

# 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/readme.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.
