Profile and developer access

Manage your public profile, API keys, authorized applications, and session access.

Profile

Open Account or Profile to update the public identity shown across Noumena Code. Depending on the account contract, profile fields include name, bio, location, website, company, and social handle.

Save only after the complete profile has loaded. If the profile cannot be loaded, the editor stays closed so a temporary empty response cannot overwrite existing information.

API keys

Developer access lists keys used by scripts and tools to call Noumena APIs. Review each key’s prefix, scope, creation time, expiration, and recent use. Prefer short-lived or narrowly scoped credentials for automation.

Copy a secret only when it is created, store it in a protected secret manager or local credential store, and never commit it to source control. If a key is exposed, revoke it immediately and create a replacement.

Authorized applications

The authorized-applications view lists OAuth applications that can act on your account within the scopes you approved. Revoke applications you no longer recognize or use. Reauthorization is safer than keeping an unneeded grant indefinitely.

Sessions and sign out

Sign out from the account menu when using a shared machine. If a browser session is expired, return to /login; do not paste a session token into a command or issue.