How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Vagrant Versions API

Endpoints for managing versions of a Vagrant box, including creating new versions and releasing them for consumption.

Vagrant Versions API is one of 7 APIs that Vagrant publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Versions. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 10 operations across 6 paths, and defines 11 schemas. It is described by OpenAPI 3.1.0, at version 2.

Requests are made against a single base URL, https://app.vagrantup.com/api/v2.

10 operations 6 paths 11 schemas 2 DELETE3 GET2 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2
Base URL
https://app.vagrantup.com/api/v2
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Vagrant Versions API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Vagrant Cloud API token passed as a Bearer token in the Authorization header.

Paths & Operations 10

Across 6 paths, the API surfaces 10 operations — 2 DELETE, 3 GET, 2 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Versions 10

Endpoints for managing versions of a Vagrant box, including creating new versions and releasing them for consumption.

POST
/box/{username}/{name}/versions
Create a version
createVersion 2 params body → 200401404422
GET
/box/{username}/{name}/version/{version}
Read a version
readVersion 3 params → 200404
PUT
/box/{username}/{name}/version/{version}
Update a version
updateVersion 3 params body → 200401404
DELETE
/box/{username}/{name}/version/{version}
Delete a version
deleteVersion 3 params → 200401404
PUT
/box/{username}/{name}/version/{version}/release
Release a version
releaseVersion 3 params → 200401404422
PUT
/box/{username}/{name}/version/{version}/revoke
Revoke a version
revokeVersion 3 params → 200401404
GET
/vagrant/2023-01-01/registry/{registry}/box/{box}/versions
List versions
listVersions 4 params → 200404
POST
/vagrant/2023-01-01/registry/{registry}/box/{box}/versions
Create a version
createVersion 2 params body → 200401404409
GET
/vagrant/2023-01-01/registry/{registry}/box/{box}/version/{version}
Read a version
readVersion 3 params → 200404
DELETE
/vagrant/2023-01-01/registry/{registry}/box/{box}/version/{version}
Delete a version
deleteVersion 3 params → 200401404

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are Provider (11 properties), Version (9 properties), Version_2 (5 properties), Operation (3 properties). Each schema is shown below with its type and property counts.

VersionResponse
object
Response containing a version object.
1 property
OperationResponse
object
Response containing an operation object for asynchronous actions.
1 property
Operation
object
An operation returned by asynchronous API calls. The operation ID is unique within the region the operation is running in.
3 properties
Pagination
object
Pagination information for list responses.
1 property
ListVersionsResponse
object
Response containing a list of versions and pagination information.
2 properties
Version
object
A version of a Vagrant box following semantic versioning. Versions must be released before they are available for download.
9 properties
CreateVersionRequest
object
Request body for creating a new version of a Vagrant box.
1 property 1 required
UpdateVersionRequest
object
Request body for updating an existing version.
1 property
Provider
object
A provider represents a specific virtualization platform for which a box file is available within a version.
11 properties
Version_2
object
A version of a Vagrant box. Versions support long-form descriptions and must have unique version strings within the box.
5 properties
CreateVersionRequest_2
object
Request body for creating a new version of a box.
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

vagrant-versions-api-openapi.yml Raw ↑

Other APIs Vagrant publishes across the network.

Vagrant Cloud Ruby Client
Vagrant Plugin SDK
Vagrant Boxes API
Vagrant Providers API
Vagrant Registries API
Vagrant Search API
Where this information came from

This is an independent, third-party profile of Vagrant Versions API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.