# Developer APIs

### Introduction

ARM provides a comprehensive set of APIs for developers and product managers to integrate ARM with their platform.

The ARM API is organized around [REST](https://en.wikipedia.org/wiki/Representational_state_transfer). Our API has predictable resource-oriented URLs, accepts [form-encoded](https://en.wikipedia.org/wiki/POST_\(HTTP\)#Use_for_submitting_web_forms) request bodies, returns [JSON-encoded](https://www.json.org/json-en.html) responses, and uses standard HTTP response codes, authentication, and verbs.

For all APIs as `<BASE-ORG-URL>`, please use the URL of the [ARM](https://www.autorabit.com/products/automated-release-management/) organization instance where you want to integrate your data.

**For example:** if you are using **<https://pilot.autorabit.com>**, your `<BASE-ORG-URL>` will be **pilot.autorabit.com**

### **To get started, you need to:**

1. **Obtain your access token**: To interact with the API, you need to have a unique, personal access token, which is used to authenticate yourself in the API.
2. Configure your **projects** within AutoRABIT before using the API.


---

# 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://knowledgebase.autorabit.com/product-guides/arm/introduction-to-arm-developer-apis.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.
