# Qbert API

**Qbert** is the Platform9 Kubernetes **cluster manager** which resides on the control plane and enables CRUD (Create, Read, Update, Delete) operations for managed Kubernetes clusters via an exposed REST API endpoint – relying on the [Keystone Identity API](/managed-kubernetes/5.15/apis/keystone-identity-api.md) mechanism for authentication and [multi-tenancy](/managed-kubernetes/5.15/platform-administration/tenant-user-administration-regions-tenants.md).

## API Access

You can locate the URL for the Qbert API endpoint specific to your PMK deployment by navigating to API Access > API Endpoints within the PMK UI.

<figure><img src="/files/byL66H1kHRxfXrZSHlUw" alt=""><figcaption></figcaption></figure>

Also note the URL for the Keystone endpoint, which will be necessary to specify when obtaining a [token](https://docs.openstack.org/keystone/latest/admin/tokens-overview.html) used to authenticate with the API.

## API Reference

`OpenAPI` `Swagger`

{% hint style="info" %}
**What is OpenAPI?**

**"OpenAPI Specification** (formerly Swagger Specification) is an API description format for REST APIs."

Learn More: <https://swagger.io/docs/specification/about/>
{% endhint %}

The latest API specification and examples for PMK's Qbert API may be found at: <https://docs.platform9.com/qbert/ref>


---

# Agent Instructions: 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:

```
GET https://docs.platform9.com/managed-kubernetes/5.15/apis/qbert-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
