Projects and API Keys
Projects and API keys are the starting point for connecting an app or integration to Beav3r.
Use https://dashboard.beav3r.ai to create projects and generate API keys.
Projects
A project is the workspace for a specific application, environment, or integration setup.
Use a project to:
- generate an API key
- keep approval configuration organized
- separate development, staging, or production setups
- anchor the signer and integration flow under test
API keys
API keys let an SDK, bridge, or integration authenticate to the Beav3r service.
The key is used in the caller that sends approval requests into Beav3r.
Basic workflow
- create or choose a project
- generate an API key for that project
- use the API key in the SDK or integration setup
- trigger a test approval and confirm it reaches the right project
Good practice
- use separate projects for clearly different environments
- rotate API keys when needed
- keep test and production credentials separate
- verify that the signer and integration are tied to the intended project