> ## Documentation Index
> Fetch the complete documentation index at: https://tyk.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Tyk APIs Hub

> The Tyk API Hub. In this section you will find OpenAPI docs for the APIs for Tyk Gateway, Tyk Dashboard and other Tyk products

export const ResponsiveGrid = ({children}) => {
  return <div className="responsive-grid">
      {children}
    </div>;
};

All Tyk components are designed with an API that allows you to configure and control the product. On this page you will find documentation for all of these APIs, designed to help you to integrate Tyk into your software stack and then manage your API ecosystem efficiently.

## Tyk Postman Collections

Explore our official Tyk Postman collections for a hands-on, practical approach to using our APIs.
These provide an interactive way to explore and test Tyk components' APIs. They are designed to help you quickly get
started and understand the capabilities of our products.

<ResponsiveGrid>
  <Card title="Postman" href="https://www.postman.com/tyk-technologies/workspace/379673ec-4cc5-4b8e-bef5-8a6a988071cb/overview" img="https://mintcdn.com/tyk/UP13cu4CDQql3M0m/img/logos/Postman-logo-vertical-orange-2021.svg?fit=max&auto=format&n=UP13cu4CDQql3M0m&q=85&s=e9a9d5b4de55258ee566ed0971f74092" width="179" height="183" data-path="img/logos/Postman-logo-vertical-orange-2021.svg">
    Tyk Public Workspace
  </Card>
</ResponsiveGrid>

## Tyk Enterprise

Here you can access detailed documentation enabling you to unlock the full capabilities of Tyk's enterprise products. This API documentation provides all the
information you need to integrate Tyk's products seamlessly into your projects.

<ResponsiveGrid>
  <Card title="OpenAPI" href="/5.9/tyk-dashboard-api" img="https://mintcdn.com/tyk/UP13cu4CDQql3M0m/img/logos/tyk-logo-selfmanaged.svg?fit=max&auto=format&n=UP13cu4CDQql3M0m&q=85&s=359623dbe82f84de4213d447653b7921" width="401" height="299" data-path="img/logos/tyk-logo-selfmanaged.svg">
    Manage the Tyk platform
  </Card>
</ResponsiveGrid>

<ResponsiveGrid>
  <Card title="OpenAPI" href="/5.9/dashboard-admin-api">
    Dashboard Admin API

    <br />

    <br />

    *Provision & administrate Tyk Dashboard*
  </Card>

  <Card title="OpenAPI" href="/5.9/tyk-mdcb-api">
    MDCB API

    <br />

    <br />

    *Monitor & diagnose Tyk data planes*
  </Card>

  <Card title="OpenAPI" href="/5.9/product-stack/tyk-enterprise-developer-portal/api-documentation/tyk-edp-api">
    Enterprise Portal API

    <br />

    <br />

    *Configure & control Tyk Enterprise Developer Portal*
  </Card>
</ResponsiveGrid>

## Tyk Open Source

<ResponsiveGrid>
  <Card title="OpenAPI" href="/5.9/tyk-gateway-api" img="https://mintcdn.com/tyk/UP13cu4CDQql3M0m/img/logos/tyk-logo-opensource.svg?fit=max&auto=format&n=UP13cu4CDQql3M0m&q=85&s=afe086919927aece6aa8320e945e1de3" width="401" height="297" data-path="img/logos/tyk-logo-opensource.svg">
    Configure & control Tyk GW
  </Card>
</ResponsiveGrid>
