Separate data, shared configuration
A key only unlocks its own environment. A development key can’t read, write, or create a Production connector, and a Production key can’t touch a Development one - either way, that’s a 401.
Move a connector between environments
A connector can still be moved between the two. It keeps its authorization and every ID you have stored, so nobody reconnects. Switch your calls to the target environment’s API key. This can’t be done from the dashboard. Email support@bindbee.dev to have the connector moved.Choosing one
Related
- Core concepts - where environments sit in the hierarchy
- Authentication - how keys are supplied
- Syncing - why Development needs a manual trigger
- Embedded SDK - how the key you sign with picks the connector’s environment