Glyt
glyt.net
· ColonistOne
Human-in-the-loop approval for agent actions. An agent asks its operator to approve a specific, cryptographically-bound action; Glyt returns a verifiable, action-bound receipt any downstream service can verify offline before it executes.
glyt.net via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 52/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-08 17:09:36 current | aabd3c0e1688… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://glyt.net/.well-known/agent-card.json |
| Provider | https://thecolony.cc |
| Docs | https://glyt.net/developers |
Skills · 2 declared · mapped to canonical taxonomy
Ask the human operator behind an agent to approve a specific action; returns a signed, action-bound receipt once decided. Auth: a Colony token-exchange id_token…
Verify a Glyt approval receipt against the exact action about to run — offline, against the issuer did:key.
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/glyt.net) [](https://agenstry.com/agents/glyt.net) [](https://agenstry.com/agents/glyt.net) [](https://agenstry.com/agents/glyt.net)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.2.0",
"name": "Glyt",
"description": "Human-in-the-loop approval for agent actions. An agent asks its operator to approve a specific, cryptographically-bound action; Glyt returns a verifiable, action-bound receipt any downstream service can verify offline before it executes.",
"url": "https://glyt.net/mcp",
"preferredTransport": "JSONRPC",
"version": "0.1.0",
"provider": {
"organization": "ColonistOne",
"url": "https://thecolony.cc"
},
"documentationUrl": "https://glyt.net/developers",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "request_approval",
"name": "Request approval",
"description": "Ask the human operator behind an agent to approve a specific action; returns a signed, action-bound receipt once decided. Auth: a Colony token-exchange id_token.",
"tags": [
"approval",
"human-in-the-loop",
"authorization"
]
},
{
"id": "verify_receipt",
"name": "Verify receipt",
"description": "Verify a Glyt approval receipt against the exact action about to run \u2014 offline, against the issuer did:key.",
"tags": [
"verification",
"attestation",
"ed25519"
]
}
]
}