Vagrant · JSON Structure
Vagrant Box Structure
Structure of a Vagrant box in the Vagrant Cloud registry
Type:
Properties: 0
DevOpsVirtualizationDevelopment EnvironmentsBoxesCloudHashiCorpInfrastructure
Vagrant Box is a JSON Structure definition published by Vagrant.
Meta-schema:
JSON Structure
{
"name": "Vagrant Box",
"description": "Structure of a Vagrant box in the Vagrant Cloud registry",
"fields": [
{ "name": "tag", "type": "string", "required": false, "description": "Full tag in username/name format" },
{ "name": "username", "type": "string", "required": true, "description": "Box owner username" },
{ "name": "name", "type": "string", "required": true, "description": "Box name" },
{ "name": "private", "type": "boolean", "required": false, "description": "Whether box is private" },
{ "name": "downloads", "type": "integer", "required": false, "description": "Total download count" },
{ "name": "short_description", "type": "string", "required": false, "description": "Brief description" },
{ "name": "description", "type": "string", "required": false, "description": "Full Markdown description" },
{ "name": "current_version", "type": "Version", "required": false, "description": "Currently released version" },
{ "name": "versions", "type": "array[Version]", "required": false, "description": "All versions" },
{ "name": "created_at", "type": "datetime", "required": false, "description": "Creation timestamp" },
{ "name": "updated_at", "type": "datetime", "required": false, "description": "Last update timestamp" }
],
"nested": {
"Version": [
{ "name": "version", "type": "string", "required": true, "description": "Semantic version number" },
{ "name": "status", "type": "enum[unreleased,active,revoked]", "required": false, "description": "Release status" },
{ "name": "description", "type": "string", "required": false, "description": "Version description" },
{ "name": "downloads", "type": "integer", "required": false, "description": "Version download count" },
{ "name": "providers", "type": "array[Provider]", "required": false, "description": "Available providers" }
],
"Provider": [
{ "name": "name", "type": "string", "required": true, "description": "Provider name (virtualbox, vmware_desktop, etc.)" },
{ "name": "hosted", "type": "boolean", "required": false, "description": "Whether hosted on Vagrant Cloud" },
{ "name": "url", "type": "uri", "required": false, "description": "External download URL" },
{ "name": "architecture", "type": "string", "required": false, "description": "CPU architecture" },
{ "name": "checksum_type", "type": "string", "required": false, "description": "Checksum algorithm" },
{ "name": "checksum", "type": "string", "required": false, "description": "File checksum value" }
]
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/vagrant-box-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.