Skip to main content
The Magic Containers API provides a RESTful interface for managing your magic containers applications.

Base URL

https://api.bunny.net/mc

Authentication

Authenticate using the AccessKey header with your Bunny Net Access Key:
curl --request GET \
  --url https://api.bunny.net/mc/apps \
  --header 'AccessKey: YOUR_API_KEY'
Find your API key in the account API Keys.