# Introduction

Version 2 of the API is a more comprehensive programming interface, providing developers and integrators with access to every part of every subsystem throughout the platform.

{% hint style="warning" %}
**Version 2 is a Beta release and is therefore subject to change.**

We'll post updates as they become available. If you'd like to join our beta program, then please [contact our service and support team](mailto:support@shiftiq.com) to have your developer account enabled. We'd love to get your feedback.
{% endhint %}

## Authentication

For details on API keys, bearer tokens, and other authentication methods, see [Authentication](/developers/api-v2/authentication.md).

Login, click your name at the top right, and click **My Profile**:

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

## OpenAPI Specification

The API is described using the [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification) (OAS), a language-agnostic standard for documenting HTTP APIs. You can use the OAS definition to explore available endpoints, generate client code, and integrate the specification into your CI/CD pipeline.

The OAS for the Shift API looks like this:

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

Browse the full specification via the API Reference link below, or download it as JSON for use in your own applications.

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td align="center">API Reference</td><td><a href="https://dev-api.shiftiq.com/v2/e01/swagger/">https://dev-api.shiftiq.com/v2/e01/swagger/</a></td><td><a href="/files/tdCHqCWiJYjFap35JD9G">/files/tdCHqCWiJYjFap35JD9G</a></td></tr></tbody></table>


---

# 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.shiftiq.com/developers/api-v2/introduction.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.
