Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![TypeScript](https://img.shields.io/badge/TypeScript-5.7-blue)
![License](https://img.shields.io/badge/license-Apache--2.0-blue)

[![Glama](https://glama.ai/mcp/servers/sint-ai/sint-protocol/badges/card.svg)](https://glama.ai/mcp/servers/sint-ai/sint-protocol)
[![Glama](https://glama.ai/mcp/servers/sint-ai/sint-protocol/badge)](https://glama.ai/mcp/servers/sint-ai/sint-protocol)

**Security, permission, and economic enforcement layer for physical AI.**

Expand Down
4 changes: 2 additions & 2 deletions docs/oatr/DOMAIN_VERIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

- Registry entry: `/tmp/open-agent-trust-registry/registry/issuers/sint-protocol.json` (PR #24 submitted)
- Domain verification endpoint: `GET /.well-known/agent-trust.json` (implemented in gateway-server)
- **Pending**: Live deployment at `https://sint.ai/.well-known/agent-trust.json`
- **Pending**: Live deployment at `https://sint.gg/.well-known/agent-trust.json`

## Verification Flow

1. OATR registry reads `https://sint.ai/.well-known/agent-trust.json`
1. OATR registry reads `https://sint.gg/.well-known/agent-trust.json`
2. Downloads our Ed25519 public key (`kid: sint-registry-2026-04`)
3. Verifies signature over canonical message `oatr-proof-v1:sint-protocol`
4. Marks entry as `domain_verified: true`
Expand Down
Loading