Documentation Index
Fetch the complete documentation index at: https://docs.opensync.dev/llms.txt
Use this file to discover all available pages before exploring further.
API Keys
API keys authenticate sync plugins and API requests to your OpenSync instance.Generating Keys
Key Format
API keys follow the format:osk_7a8b9c0d1e2f3g4h5i6j7k8l9m0n
Using Keys
In Plugins
When runningplugin-name login:
In API Requests
Include in the Authorization header:Key Storage
Keys are hashed before storage:| What | Where |
|---|---|
| Full key | Shown once on generation |
| Hashed key | Stored in Convex apiKeys table |
| Key prefix | Stored for identification |
We cannot recover your API key if you lose it. Generate a new one if needed.
Managing Keys
View Keys
In Settings, see a list of your API keys with:- Key prefix (first 8 characters)
- Creation date
- Last used date
Revoke Keys
To revoke a key:- Find the key in Settings
- Click Revoke
- Confirm revocation
Security Best Practices
Key Limits
| Plan | Max Keys |
|---|---|
| Free | 5 |
| Pro | Unlimited |