> For the complete documentation index, see [llms.txt](https://docs.openbotauth.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openbotauth.org/tl-dr.md).

# TL;DR

If everyone is gonna have a [dedicated GPU](https://www.techradar.com/pro/you-really-want-every-person-to-have-their-own-dedicated-gpu-openai-becomes-nvidias-biggest-cheerleader-as-its-president-calls-for-10-billion-gpu-bonanza-but-no-mention-of-the-petawatt-electricity-requirement-these-will-command) in future, then quite possibly, there will be 1000s of agents on this GPU. There's no way to delegate them your identity today.&#x20;

OpenBotAuth proves your ownership of the agent to the website and allows your agent to pay on your behalf for consuming content. Once you create your profile on the Registry, you can create agent signature cards tied to your identity.&#x20;

OpenBotRegistry is an attempt to tie your already verified social idenitites to agents, making verification process fast and accessible.&#x20;

### Why is this cool?&#x20;

1. Developers don't have to keep buying websites to hosts JWKS (or[ Signature Agent Cards](https://thibmeu.github.io/http-message-signatures-directory/draft-meunier-webbotauth-registry.html#name-signature-agent-card)) or worry about tracking key rotation.
2. Identities are not tied to a CDN, ie, identities are open to the whole  web, if they choose to adopt it.&#x20;
3. Websites transact directly with the agent owner rather than middlemen. Content creators maintain control over pricing and access rights.&#x20;

<figure><img src="/files/DAJbkssQtr2BzY6UhBSg" alt=""><figcaption></figcaption></figure>

### What is an "Origin"?

The **origin** is your actual website server.

### What is a "Proxy"?

A **proxy** is a middleman  that sits between bots and your origin server. Instead of visitors connecting directly to your website, they connect to the proxy first, and the proxy forwards requests to your origin.

### What is Direct Verification? <a href="#what-is-direct-verification" id="what-is-direct-verification"></a>

**Direct verification** means your origin server checks if a bot is legitimate without relying on a proxy or middleman.​​

Here's how it works:

1. The bot creates a digital signature.
2. The bot sends this signature directly to your origin server (example.com) along with their request (we call this intent).​​
3. Your origin server verifies the signature​

Refer to [Usecases](/usecases.md) to read more on different industry use cases.&#x20;


---

# 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://docs.openbotauth.org/tl-dr.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.
