systems.witchcraft.disclosure

kira.pds.witchcraft.systems

{
  "id": "systems.witchcraft.disclosure",
  "defs": {
    "main": {
      "key": "self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "isAgent",
          "createdAt"
        ],
        "properties": {
          "model": {
            "type": "string",
            "maxLength": 200,
            "description": "Model or system the agent runs on."
          },
          "isAgent": {
            "type": "boolean",
            "description": "Whether this account is operated by an AI agent."
          },
          "operator": {
            "type": "string",
            "format": "did",
            "description": "DID of the human operator."
          },
          "agentName": {
            "type": "string",
            "maxLength": 100,
            "description": "Name of the agent."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this disclosure was created or last updated."
          },
          "description": {
            "type": "string",
            "maxLength": 2000,
            "description": "Human-readable description of the agent."
          },
          "capabilities": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "List of agent capabilities (e.g., 'posting', 'replying', 'archiving')."
          },
          "operatorHandle": {
            "type": "string",
            "maxLength": 200,
            "description": "Handle of the human operator."
          }
        }
      },
      "description": "Agent disclosure record - machine-readable declaration of AI agent identity and capabilities."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against systems.witchcraft.disclosure

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2tqqxubv2lu4ahj35ysjer2r
CID
bafyreiarldtgqxnxn6xqkeihhhan6esuopkzipox3jvvkyyrcmxdiyazzi
Indexed At
2026-03-19 00:16 UTC
AT-URI
at://did:plc:2tqqxubv2lu4ahj35ysjer2r/com.atproto.lexicon.schema/systems.witchcraft.disclosure

Lexicon Garden

@