app.rocksky.apikey.* endpoints. All require an authenticated client.
Summary
Functions
Create a new API key. Body: :name, :description.
List your API keys. Params: :limit, :offset.
Remove an API key. Params: :id.
Update an API key. Body: :id, :name, :description.