Fastly · Capability
Fastly Object Storage — Bucket
S3-compatible bucket management for Fastly Object Storage. List, create, and delete buckets in the Fastly edge object store.
Fastly Object Storage — Bucket is a Naftiko capability published by Fastly, one of 73 capabilities the APIs.io network indexes for this provider. It bundles 3 operations across the GET, PUT, and DELETE methods rooted at /v1/buckets.
The capability includes 1 read-only operation and 2 state-changing operations. Lead operation: List buckets in Fastly Object Storage. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Fastly, Object Storage, and S3 Compatible.
What You Can Do
GET
Listbuckets
— List buckets
/v1/buckets
PUT
Createbucket
— Create bucket
/v1/buckets/{bucket}
DELETE
Deletebucket
— Delete bucket
/v1/buckets/{bucket}
MCP Tools
list-buckets
List buckets in Fastly Object Storage
read-only
idempotent
create-bucket
Create a Fastly Object Storage bucket
idempotent
delete-bucket
Delete a Fastly Object Storage bucket
idempotent