# Integrate

## REST-API

Exivity provides a full REST-API which acts as a programmatic interface to each operation supported through the [Graphical User Interface](https://olddocs.exivity.io/2.10.2/data-pipelines/reports) (GUI). On top of that, some operations can be exclusively executed through the API (such as file uploads).

A reference guide on all API endpoints and further details about implementation and authentication can be found at <https://api.exivity.com>.

## GUI automation API

A simple JavaScript API is provided which enables programmatic access to some features normally controlled by a user in the GUI.

{% content-ref url="integrate/gui-automation" %}
[gui-automation](https://olddocs.exivity.io/2.10.2/advanced/integrate/gui-automation)
{% endcontent-ref %}

## Single Sign-On

With Exivity it's possible to connect your existing AD/ADFS/AAD user directory so your end-users can benefit from an easy SSO experience.

Currently, Exivity supports the Security Assertion Markup Language (SAML) v2 protocol, supported by a large number of identity providers.

{% content-ref url="integrate/sso" %}
[sso](https://olddocs.exivity.io/2.10.2/advanced/integrate/sso)
{% endcontent-ref %}

## SDKs

We're currently in the planning stages of developing Exivity SDKs in various languages which would make interfacing with the [REST-API](#rest-api) very straight-forward and easy to implement.

{% hint style="info" %}
If you want to learn more, please let us know at <dev@exivity.com>.
{% endhint %}


---

# 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://olddocs.exivity.io/2.10.2/advanced/integrate.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.
