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 graphemescreatedAt
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 graphemesView 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."
}