xyz.quasigod.lab.letta.secret

quasigod.spaces-alpha.bsky.network

{
  "id": "xyz.quasigod.lab.letta.secret",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "agent",
          "ciphertext",
          "iv",
          "alg",
          "createdAt"
        ],
        "properties": {
          "iv": {
            "type": "string",
            "description": "Random 12-byte AEAD nonce, base64url"
          },
          "alg": {
            "type": "string",
            "description": "AEAD algorithm used to seal the ciphertext",
            "knownValues": [
              "A256GCM"
            ]
          },
          "name": {
            "type": "string",
            "maxLength": 64,
            "description": "Upper-case secret name, e.g. OPENAI_API_KEY"
          },
          "agent": {
            "type": "string",
            "format": "at-uri",
            "description": "at-uri of the owning agent record"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "ciphertext": {
            "type": "string",
            "description": "AEAD ciphertext of the secret value, base64url. Plaintext never reaches the repo."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against xyz.quasigod.lab.letta.secret

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7pezv7mb4agwyktraauhl26g
CID
bafyreifoao7j7oa6efxlqbc5r7irmhr4p3akw72lyr4zzgjnjlrvbrimaq
Indexed At
2026-08-28 17:30 UTC
AT-URI
at://did:plc:7pezv7mb4agwyktraauhl26g/com.atproto.lexicon.schema/xyz.quasigod.lab.letta.secret

Lexicon Garden

@