Vagrant · Capability
Vagrant Cloud API — Boxes
Vagrant Cloud API — Boxes. 4 operations. Lead operation: Read a box. Self-contained Naftiko capability covering one Vagrant business surface.
What You Can Do
GET
Readbox
— Read a box
/v1/box/{username}/{name}
PUT
Updatebox
— Update a box
/v1/box/{username}/{name}
DELETE
Deletebox
— Delete a box
/v1/box/{username}/{name}
POST
Createbox
— Create a box
/v1/boxes
MCP Tools
read-box
Read a box
read-only
idempotent
update-box
Update a box
idempotent
delete-box
Delete a box
idempotent
create-box
Create a box