dev.keytrace.profile

keytrace.dev

Documentation

Keytrace profile settings. Singleton record stored in the user's ATProto repo.

main record

Keytrace profile settings. Singleton record stored in the user's ATProto repo.

Record Key literal:self Fixed literal value

Properties

bio string Optional

Bio or description shown on the keytrace profile page.

maxGraphemes: 1024 graphemes
createdAt string datetime Optional

An RFC 3339 formatted timestamp.

displayName string Optional

Display name override for the keytrace profile. Falls back to Bluesky display name if absent.

maxGraphemes: 128 graphemes
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "bio": {
        "type": "string",
        "description": "Bio or description shown on the keytrace profile page.",
        "maxGraphemes": 1024
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "displayName": {
        "type": "string",
        "description": "Display name override for the keytrace profile. Falls back to Bluesky display name if absent.",
        "maxGraphemes": 128
      }
    }
  },
  "description": "Keytrace profile settings. Singleton record stored in the user's ATProto repo."
}

Lexicon Garden

@