> For the complete documentation index, see [llms.txt](https://drilling.intelie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://drilling.intelie.com/integrations/integrations.md).

# Introduction

Intelie Live is a platform for processing real-time data streams. It receives data from drilling rigs and other systems, making it available, in a standardized way, to be used by simple queries and visualizations or for more demanding analysis provided by Intelie Live itself or by external applications.

External applications, running on external processes and servers may connect to Intelie Live via a network connection. In this scenario, there are no restrictions regarding programming languages and execution environments. External applications could be written in Python, R, Matlab and be hosted on Windows servers, for example.

Applications may receive data from Intelie Live, manipulate this data and feed its results back to Live in order to provide data or new visualizations to another application. To make this integration easier, Intelie Live offers two complementary integration mechanisms:\\

* Rest Output: Used when an application needs to receive data from Intelie Live;
* Rest Input: Used when an application need to send data to Intelie Live\
  \\

#### Assumptions

* There is a network connection between the application and Intelie Live
* The application is capable of making HTTP requests and process its responses as described on this document
* The event frequency must be lower or equal to 1 kB/s (eg: one event of 1 kB every second)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://drilling.intelie.com/integrations/integrations.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.
