- Synchronizing data across relays
- Holepunching connections to other iroh endpoints
- Uploading metrics from endpoints to your project
- Creating custom metrics
API Keys
The Iroh Services platform adds access control on top of iroh’s permissionless system to control who can & cannot make use of resources backed by cloud infrastructure. Access control in Iroh Services aims to be as minimal as possible, leaving room for your app to have its own opinion of how access control should work within your app. Connections over iroh are end-to-end encrypted, using ED25519 keypairs on either end of the connection. Iroh Services re-uses ED keys for SSH-style access. To authorize endpoints to push metrics to your project, Iroh Services uses API Keys.Creating an API Key
- Go to your project dashboard
- Click on the “API Keys” tab
- Click “Create API Key”
- Give your API Key a name
- Click “Create”