Create a developer app
Use developer apps when another product needs a native "Connect MoodLens" install flow through OAuth.
When to use this lane
A partner platform wants MoodLens in its integration directory.
A backend service needs installed-app OAuth tokens.
A team wants scoped app access instead of sharing a raw API key.
What an admin configures
App name
App artwork uploaded into MoodLens
Website URL
Redirect URLs
Scopes
Scopes and credentials
Current scopes: tasks, documents, team, columns, boards, sprints, meetings, integrations, and write.
MoodLens returns a stable client ID and a client secret that is shown once.
Copy the client secret immediately and store it only on your backend.
Authorize URL, token URL, and API base URL are exposed in the UI for implementation.
Limits and lifecycle behavior
Maximum 25 developer apps per workspace.
Redirect URLs must be valid and can include localhost for development.
Disabling, deleting, or rotating a secret revokes issued tokens and auth codes.
A user must have admin access to at least one workspace to approve an install.