# Owner

напоминание : показать что в свагере меняется (документация)

Owner Authentication is a security protocol designed to ensure that only the owner of an API has access to it.

#### How to implement it in API Builder&#x20;

1. Open your project&#x20;
2. Near the project's name click on three vertical dots\[options] , click on settings.
3. Choose Owner access level

<figure><img src="/files/0wKPwSb6xDDjPJHOYsCU" alt=""><figcaption></figcaption></figure>

Example use case&#x20;

A FinTech startup, FinSecure, developed a proprietary API for handling sensitive financial transactions and personal data. Given the critical nature of the data involved, FinSecure needed to ensure that only the API's owner (the startup itself) could access and manage the API, thereby eliminating the risk of unauthorized access and potential data breaches.


---

# 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://www.apibuilder.com/home/projects/authentication/owner.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.
