VeveeGlossary
Glossary

End-user

The user of YOUR AI app - the one whose AI consumption you are metering. Distinct from "user" (a developer logged into Vevee) and "workspace" (a developer organization).

Last updated: 2026-05-10

Definition

Vevee has three identity concepts: (1) users - developers logged into the Vevee dashboard; (2) workspaces - developer organizations that own apps and plans; (3) end-users - the people using YOUR app whose AI usage gets metered. End-user IDs are arbitrary strings you provide - email, UUID, internal user ID. Vevee does not authenticate end-users; you do.

Example

A VisualNote user opens the app and generates an image. VisualNote's server calls vevee.track("user_8FbKq2", "image.render", 1) where "user_8FbKq2" is the end-user.

Related terms