Connecting an assistant via OAuth
1
Find your endpoint URL
Open OneRep and go to Settings → API & MCP. Copy your MCP endpoint URL from there.
2
Paste the URL into your assistant
In your AI assistant’s settings, add a new connection and paste your OneRep MCP endpoint URL. The exact label varies by client — look for something like “Custom connector URL” or “MCP server URL.”
3
Approve the consent screen
The assistant opens a browser tab showing a consent screen with OneRep’s name and the permissions being requested. Review what access is being granted, then approve it.
4
Confirm the connection
After you approve, the connection appears under Settings → API & MCP → Connected apps in OneRep. The assistant is now authorized and can start using your data.
Revoking access
To disconnect an assistant at any time, go to Settings → API & MCP → Connected apps and tap the connection you want to remove. Revocation takes effect immediately on the next request.Token lifetime
OAuth access tokens are valid for 7 days. Your assistant renews them automatically in the background — you do not need to re-authorize. Refresh tokens are valid for 90 days and rotate on every use, so a compromised refresh token can only be used once before it stops working.If your assistant asks for a Client ID and Secret
Some older or more manual clients cannot register themselves automatically and will ask you to provide a Client ID and Client Secret instead.To generate these credentials, go to Settings → API & MCP → New OAuth client, paste the redirect URI shown by your assistant, and create the client. Copy the Client ID and Secret back into your assistant. The secret is shown once and cannot be retrieved afterwards — store it securely or generate a new one if you lose it.