Bunnycdn

Learn how to use Bunnycdn with Composio

Overview

Enum

BUNNYCDN

Description

BunnyCDN is a powerful content delivery network (CDN) offering an API to manage and deliver content globally with ease.

Authentication Details

api_key
stringRequired

Actions

Tool to add a new storage zone. use when you need dedicated file storage in a specific region.

Action Parameters

Name
stringRequired
OriginUrl
string
Region
string
ReplicationRegions
array

Action Response

data
object
error
string
successful
boolean
Tool to create a new dns record in a specific dns zone. use after confirming the dns zone id is active.

Action Parameters

Accelerated
boolean
Comment
string
Disabled
boolean
EnviromentalVariables
array
Flags
integer
GeolocationLatitude
number
GeolocationLongitude
number
LatencyZone
string
MonitorType
integer
Name
stringRequired
Port
integer
Priority
integer
PullZoneId
integer
ScriptId
integer
SmartRoutingType
integer
Tag
string
Ttl
integerRequired
Type
integerRequired
Value
stringRequired
Weight
integer
zone_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new pull zone. use after gathering origin details.

Action Parameters

AWSSigningEnabled
boolean
AWSSigningKey
string
AWSSigningRegionName
string
AWSSigningSecret
string
AddCanonicalHeader
boolean
AddHostHeader
boolean
CacheControlMaxAgeOverride
integer
EnableCacheSlice
boolean
EnableCountryCodeVary
boolean
EnableGeoZoneAF
boolean
EnableGeoZoneAN
boolean
EnableGeoZoneASIA
boolean
EnableGeoZoneEU
boolean
EnableGeoZoneME
boolean
EnableGeoZoneOC
boolean
EnableGeoZoneSA
boolean
EnableGeoZoneUS
boolean
EnableHostnameVary
boolean
EnableLogging
boolean
EnableOriginShield
boolean
EnableTLS1
boolean
EnableWebpVary
boolean
IgnoreQueryStrings
boolean
LogForwardingEnabled
boolean
LogForwardingHostname
string
LogForwardingPort
integer
LogForwardingToken
string
LoggingSaveToStorage
boolean
LoggingStorageZoneId
integer
Name
stringRequired
OriginShieldZoneCode
string
OriginUrl
stringRequired
PricingTier
integer
StorageZoneId
integer
Type
integer

Action Response

data
object
error
string
successful
boolean
Tool to delete a specific dns record by its id. use after confirming the dns zone id and record id.

Action Parameters

record_id
integerRequired
zone_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a specific dns zone by its id. use when you need to permanently remove an existing dns zone after verifying the zone id.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a specific pull zone by its id. use when you need to remove a pull zone after confirming its id.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a storage zone. use when you need to remove a storage zone after confirming its id.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all dns zones in your bunny cdn account. use when you need an overview of all configured dns zones.

Action Parameters

page
integerDefaults to 1
perPage
integerDefaults to 50

Action Response

data
object
error
string
successful
boolean
Tool to fetch the list of pull zones. use when you need an overview of all pull zones in your account.

Action Parameters

includeCertificate
boolean
page
integerDefaults to 1
perPage
integerDefaults to 50
search
string

Action Response

data
array
error
string
successful
boolean
Tool to list all storage zones in your bunny cdn account. use when you need an overview of all configured storage zones.

Action Parameters

page
integerDefaults to 1
perPage
integerDefaults to 50

Action Response

data
object
error
string
successful
boolean
Tool to list all dns records in a specific dns zone. use when you need to audit or review the dns configuration of a zone.

Action Parameters

skip
integer
take
integer
zoneId
integerRequired

Action Response

data
array
error
string
successful
boolean
Tool to update settings for a specific pull zone. use when you need to modify existing pull zone settings after reviewing current configuration.

Action Parameters

AWSSigningEnabled
boolean
AWSSigningKey
string
AWSSigningRegionName
string
AWSSigningSecret
string
AddCanonicalHeader
boolean
AddHostHeader
boolean
BlockedCountries
array
BudgetRedirectedCountries
array
CacheControlMaxAgeOverride
integer
CacheErrorResponses
boolean
DisableCookies
boolean
EnableCacheSlice
boolean
EnableCountryCodeVary
boolean
EnableGeoZoneAF
boolean
EnableGeoZoneAN
boolean
EnableGeoZoneASIA
boolean
EnableGeoZoneEU
boolean
EnableGeoZoneME
boolean
EnableGeoZoneOC
boolean
EnableGeoZoneSA
boolean
EnableGeoZoneUS
boolean
EnableHostnameVary
boolean
EnableLogging
boolean
EnableOriginShield
boolean
EnableQueryStringOrdering
boolean
EnableTLS1
boolean
EnableWebpVary
boolean
IgnoreQueryStrings
boolean
LogForwardingEnabled
boolean
LogForwardingHostname
string
LogForwardingPort
integer
LogForwardingToken
string
LoggingSaveToStorage
boolean
LoggingStorageZoneId
integer
Name
string
OriginShieldZoneCode
string
OriginUrl
string
PricingTier
integer
StorageZoneId
integer
Type
integer
id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to update settings for a specific storage zone. use after reviewing current storage zone settings to apply changes.

Action Parameters

Custom404FilePath
string
OriginUrl
string
ReplicationZones
array
Rewrite404To200
boolean
id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific dns zone by its id. use when you need to verify dns zone configuration after creation or update.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific pull zone. use when you need full configuration and usage stats after confirming the pull zone id.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the full details of a storage zone. use when you need configuration and usage metrics for a specific storage zone.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the region code of a storage zone. use when you have a storage zone id and need only its geographic region.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to purge the entire cache of a pull zone. use after updating origin or critical content to ensure no stale assets are served.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to purge a specific url from the bunnycdn cache. use when you need to invalidate a resource immediately after updating it.

Action Parameters

async_flag
boolean
url
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to update replication regions of a storage zone. use when you need to adjust geo-replication settings after reviewing current configurations.

Action Parameters

ReplicationZones
arrayRequired
id
integerRequired

Action Response

data
object
error
string
successful
boolean