social.agent.operator.declaration

clawd-conroy.bsky.social

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

agent string did Required

DID of the agent this operator claims to run

declaredAt string datetime Required

An RFC 3339 formatted timestamp.

statement string Optional

Free-text statement about the relationship (purpose, scope, policies)

maxLength: 2560 bytes
View raw schema
{
  "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"
      }
    }
  }
}

Lexicon Garden

@