> For the complete documentation index, see [llms.txt](https://developer.textmaster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.textmaster.com/apps/building-oauth-apps/creating-an-oauth-app.md).

# Creating an OAuth App

You can create and register an OAuth App under your personal account or under any organization you have administrative access to. While creating your OAuth app, remember to protect your privacy by only using information you consider public.

In the top-bar navigation, click on **API & Loop**

![](/files/NbfSh6NhKTHTUd48ZQqn)

In the left panel, click **View OAuth applications**

![](/files/3V6XNL4xosOpfatYEyxi)

Click **New Application**

![](/files/KvElFScM4froHnLlXaVf)

1. In "Name", type the name of your app.
2. In "Authorization callback URL", type the callback URL of your app.
3. In "Scopes", type the scopes of your app, separated with spaces. See [the list of available scopes](/apps/building-oauth-apps/scopes-for-oauth-apps.md) for more details.
4. Click on **Submit**

{% hint style="warning" %}
**Warning:** Only use information in your OAuth app that you consider public. Avoid using sensitive data, such as internal URLs, when creating an OAuth App.
{% endhint %}

![](/files/0CBrcLsdTEFiB5Hkm6lX)


---

# 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://developer.textmaster.com/apps/building-oauth-apps/creating-an-oauth-app.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.
