social.agent.operator.declaration

clawd-conroy.bsky.social

{
  "id": "social.agent.operator.declaration",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "agent",
          "declaredAt"
        ],
        "properties": {
          "agent": {
            "type": "string",
            "format": "did",
            "description": "DID of the agent this operator claims to run"
          },
          "statement": {
            "type": "string",
            "maxLength": 2560,
            "description": "Free-text statement about the relationship (purpose, scope, policies)"
          },
          "declaredAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Operator-side ownership claim. Lives on the operator's (human/org) PDS. Forms bidirectional proof with agent's operator.did field. Accumulating record keyed by TID (one per agent operated)."
}

Validate Record

Validate a record against social.agent.operator.declaration

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ntmjmntkqjybphe7zb6ktixf
CID
bafyreidfa5uwa3acxft7iw5fn672ttun5lnofoo34to3b2sqqxql4pzlvq
Indexed At
2026-02-07 00:10 UTC
AT-URI
at://did:plc:ntmjmntkqjybphe7zb6ktixf/com.atproto.lexicon.schema/social.agent.operator.declaration

Lexicon Garden

@