Bun Protocol

Identity and sessions

Routed from skills/SKILL.md. The authoritative operation list is api-reference.md; nothing below adds to it.

What is served

Three identity operations and two session operations:

Credentials are a separate family: bun.credential.issue, bun.credential.validate, bun.credential.rotate, bun.credential.revoke, bun.credential.describe.

What is not served

Lines marked NOT-SERVED: are verified absent from the registry by the guard test, so this list cannot quietly become wrong.

NOT-SERVED: bun.identity.logout bun.identity.list bun.identity.delete NOT-SERVED: bun.identity.reset_password bun.identity.enroll_mfa NOT-SERVED: bun.session.list bun.session.refresh

Session teardown is bun.session.revoke. Do not synthesise the rest.

Notes that change how you write code

Same content for machines: identity.md · llms.txt