Viewing connected apps
Navigate to Settings → Connectors to see your full connector list. Each entry shows:| Field | What it means |
|---|---|
| App name & icon | The connected service |
| Status | Connected, Needs reauthorization, or Error |
| Account | Which account is connected (relevant when multiple accounts are linked) |
| Last used | When ZeroTwo last made an API call to this app |
| Authorized scopes | The permissions you granted during the OAuth flow |
Disconnecting an app
Disconnecting immediately and permanently removes ZeroTwo’s stored OAuth tokens for that app.Go to Settings → Connectors
Open Settings via the gear icon in the sidebar, then select the Connectors tab.
Click the app you want to disconnect
Find the app in your connected apps list and click its tile or name.
Effect on tasks and agents
When you disconnect an app:- Agent Mode: the agent can no longer use that app as a tool
- Tasks: any task that references the disconnected app will fail on its next run. ZeroTwo will notify you. Reconnect the app and the task will work on its next scheduled run without requiring any task edits.
- Skills: skills scoped to that connector will be unavailable until reconnected
- @ mentions: the app will no longer appear in the @ mention dropdown
Reconnecting / reauthorizing
If a connector shows “Needs reauthorization”, the OAuth token has expired or been revoked externally. To fix it:Find the connector
In Settings → Connectors, look for connectors with the “Needs reauthorization” status badge.
Updating scopes
If you originally connected an app with limited permissions and now want to grant broader access (or restrict access), you need to reconnect:- Disconnect the current connection (this deletes the old token)
- Reconnect the app — the OAuth flow will now show the updated scopes
- Authorize the new scope set
You cannot add new scopes to an existing connection without going through the OAuth flow again. This is a security feature of OAuth 2.0 — scope changes always require explicit re-authorization.
Managing multiple accounts
Some apps (e.g., Google) allow you to connect multiple accounts — for instance, both a personal Gmail and a work Gmail. Each account appears as a separate entry in the connectors list. To add an additional account for an app that supports it:- Go to Settings → Connectors
- Click the app
- Click Add another account
- Complete the OAuth flow for the second account
Periodic connector review
It’s good practice to audit your connected apps periodically:- Disconnect unused apps — reduces your OAuth footprint and improves security posture
- Check for “Needs reauth” connectors — stale connectors can cause unexpected task failures
- Review scopes — ensure each app has only the permissions it actually needs

