Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bunny.net/llms.txt

Use this file to discover all available pages before exploring further.

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.