> For the complete documentation index, see [llms.txt](https://runyourai.gitbook.io/userguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://runyourai.gitbook.io/userguide/runyour-agent/introduction/runyour-agent.md).

# Runyour Agent란?

**Runyour Agent**는 GPT·Claude·Gemini 등 여러 LLM을 하나의 인터페이스에서 선택해, 채팅부터 문서·슬라이드·시트까지 실제 업무 결과물을 만들어 내는 **기관용 AI 워크스페이스**입니다. 기관은 크레딧과 그룹을 통해 구성원의 AI 사용을 한곳에서 관리하고, 구성원은 자신에게 필요한 작업을 즉시 수행할 수 있습니다.

<div data-with-frame="true"><figure><img src="/files/wNlzHYXM9tztmJ68o2Sj" alt=""><figcaption></figcaption></figure></div>

* **여러 AI를 한곳에서**: 모델마다 따로 계정을 두지 않고, 한 화면에서 모델을 골라 사용합니다.
* **결과물 중심**: 단순 대화를 넘어 문서·슬라이드·시트·이미지 등 바로 쓰는 산출물을 만듭니다.
* **기관 단위 운영**: 사용량과 비용(크레딧)을 기관·그룹 단위로 배분하고 관리합니다.

### Runyour AI와 Runyour Agent

Runyour Agent는 개인용 서비스인 **Runyour AI**를 기관(B2B) 환경에 맞게 확장한 제품입니다. 개인이 직접 결제해 사용하는 Runyour AI와 달리, Runyour Agent는 **기관이 자원을 계약·배분하고 구성원의 사용을 관리**합니다.

<table><thead><tr><th width="129.33984375">구분</th><th width="295.5234375">Runyour AI (개인용)</th><th>Runyour Agent (기관용)</th></tr></thead><tbody><tr><td>사용 대상</td><td>개인 사용자</td><td>기관과 그 구성원</td></tr><tr><td>자원 단위</td><td>개인 계정</td><td>기관(그룹 단위로 배분)</td></tr><tr><td>과금 방식</td><td>개인 구독·결제</td><td>기관 예치 크레딧을 그룹에 배분</td></tr><tr><td>관리 주체</td><td>개인</td><td>기관 관리자 / 그룹 매니저</td></tr><tr><td>모델</td><td>복수 LLM 선택</td><td>복수 LLM 선택</td></tr><tr><td>통제 범위</td><td>개인 사용 내역</td><td>모델·지식·호출 이력·크레딧을 기관이 관리</td></tr></tbody></table>

{% hint style="info" %}
엔터프라이즈 서비스와 일반 서비스는 동일한 Runyour AI 계정으로 이용할 수 있으며, 서비스 간 전환이 가능합니다.
{% endhint %}

#### 핵심 용어

<table data-search="false"><thead><tr><th width="175.453125">용어</th><th>의미</th></tr></thead><tbody><tr><td>작업</td><td>작업하기에서 생성되는 하나의 대화 단위</td></tr><tr><td>모드</td><td>작업의 종류(AI 채팅 · AI 문서 · AI 슬라이드 · AI 시트)</td></tr><tr><td>모델</td><td>작업에 사용하는 LLM(GPT·Claude·Gemini 등)</td></tr><tr><td>에이전트</td><td>역할·지식·도구를 정해 그룹에서 공유해 함께 쓰는 AI</td></tr><tr><td>지식 베이스(컬렉션)</td><td>AI가 참고하도록 모아 둔 문서 묶음</td></tr><tr><td>크레딧(C)</td><td>토큰 사용량에 따라 차감되는 기관의 사용 자원</td></tr><tr><td>그룹</td><td>멤버·지식·크레딧을 배분하는 조직 단위</td></tr><tr><td>API 라우터</td><td>모델을 코드에서 API로 호출하는 통로</td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://runyourai.gitbook.io/userguide/runyour-agent/introduction/runyour-agent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
