> 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/architecture/openbotregistry.md).

# OpenBotRegistry

Developers can host all their agents with unique identities, tied to their Github profile, on the registry and use it to log agent activities in public.

OpenBotRegistry binds your Github identity to a public key, following [RFC 9421](https://www.rfc-editor.org/rfc/rfc9421) configuration. After logging in with Github's authorization, developers may generate a public key, list their agents in a public directory and log agent HTTP messages.&#x20;

The registry hosts a separate Signature Agent Card/JWKS on a dedicated link, unique to your agent. This card is signed by OpenBotRegistry as a certificate.&#x20;

The registry operates a trusted model in favor of time to market. It extends the [Signature Agent Card ](https://thibmeu.github.io/http-message-signatures-directory/draft-meunier-webbotauth-registry.html#name-signature-agent-card)to include verified Github profile details.&#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:

```
GET https://docs.openbotauth.org/architecture/openbotregistry.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.
