# OpenAPI Specification

We are in the process of building out our OpenAPI documentation. We reference the OpenAPI specification here in our documentation for end points that are finished or mostly complete.

### Latest Version

An [OpenAPI](https://www.openapis.org) specification is available at <https://api.radiantdrift.com/openapi/latest.json>

### Specific Version

Additionally, versioned copies of the OpenAPI spec are available, for example, v0.18.2 is available at <https://api.radiantdrift.com/openapi/0.18.2.json>

The application current version of the API is obtainable by making a GET request to <https://api.radiantdrift.com>

Only the latest version is available in our production environment at any given time. Historic versions are provided for reference purposes.


---

# 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.radiantdrift.com/getting-started/openapi-specification.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.
