---
agent_auth:
  register_uri: https://id.veri5.technology/register
  authorization_servers:
    - https://id.veri5.technology
  authorization_endpoint: https://id.veri5.technology/authorize
  token_endpoint: https://id.veri5.technology/token
  revocation_uri: https://id.veri5.technology/revoke
  documentation_uri: https://tianlu.technology/auth.md
  identity_types_supported:
    - individual
    - organization
  credential_types_supported:
    - access_token
    - id_token
  scopes_supported:
    - openid
    - profile
    - email
    - wallet
  code_challenge_methods_supported:
    - S256
---

# auth.md — 代理认证与注册

> AI 代理与自动化客户端如何与天录及其应用进行认证。采用 OAuth 2.0 / OpenID Connect
> （Authorization Code + PKCE），通过**天录通行证（Veri5 Passport）**。机器可读的 `agent_auth`
> 元数据见上方 YAML frontmatter。

## 注册
- 注册: https://id.veri5.technology/register
- 登录: https://id.veri5.technology/login

注册后获得托管钱包与可验证的链上身份；组织可在账户页申请 KYC 认证成为已认证签发方。

## 认证
- OIDC 发现: https://id.veri5.technology/.well-known/openid-configuration
- 受保护资源元数据: /.well-known/oauth-protected-resource
- 授权服务器元数据（含 agent_auth）: /.well-known/oauth-authorization-server
- Scopes: openid profile email wallet · PKCE: S256
- 撤销令牌: https://id.veri5.technology/revoke

## 联系
运营方：赫菲有限责任公司 — ryder@hefes.net
