# Welcome!

## 엑소스피어 OpenAPI란?

엑소스피어 OpenAPI는 엑소스피어에서 수집된 로그와 현황 데이터를 외부 서비스와 손쉽게 연동할 수 있도록 지원하는 서비스입니다.

RESTful API 형태로 제공되며, 다양한 애플리케이션에서 엑소스피어의 데이터를 통합하고 활용할 수 있습니다.

이 문서에서는 엑소스피어 OpenAPI의 사용을 돕기 위해 개발자에게 필요한 규칙과 제한사항, 그리고 개발 명세를 안내합니다.

OpenAPI와 관련된 질문은 [엑소스피어 서포트팀](https://exolabs-support.channel.io/home)에 문의해 주세요. :relaxed:

{% hint style="success" %}
API 사용은 비즈니스 목적으로만 허용되며, 공공 또는 상업적인 목적으로 재배포하거나 판매하는 행위는 금지됩니다.
{% 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://openapi-docs.exosp.com/welcome.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.
