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 Providers API

Endpoints for managing providers within a box version, including creating providers and uploading box files.

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

Tagged areas include Providers. 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 DELETE5 GET2 POST1 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 Providers 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, 5 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Providers 10

Endpoints for managing providers within a box version, including creating providers and uploading box files.

POST
/box/{username}/{name}/version/{version}/providers
Create a provider
createProvider 3 params body → 200401404422
GET
/box/{username}/{name}/version/{version}/provider/{provider}
Read a provider
readProvider 4 params → 200404
PUT
/box/{username}/{name}/version/{version}/provider/{provider}
Update a provider
updateProvider 4 params body → 200401404
DELETE
/box/{username}/{name}/version/{version}/provider/{provider}
Delete a provider
deleteProvider 4 params → 200401404
GET
/box/{username}/{name}/version/{version}/provider/{provider}/upload
Get upload URL
getUploadUrl 4 params → 200401404
GET
/box/{username}/{name}/version/{version}/provider/{provider}/upload/direct
Get direct upload URL
getDirectUploadUrl 4 params → 200401404
GET
/vagrant/2023-01-01/registry/{registry}/box/{box}/version/{version}/providers
List providers
listProviders 3 params → 200404
POST
/vagrant/2023-01-01/registry/{registry}/box/{box}/version/{version}/providers
Create a provider
createProvider 3 params body → 200401404409
GET
/vagrant/2023-01-01/registry/{registry}/box/{box}/version/{version}/provider/{provider}
Read a provider
readProvider 4 params → 200404
DELETE
/vagrant/2023-01-01/registry/{registry}/box/{box}/version/{version}/provider/{provider}
Delete a provider
deleteProvider 4 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), Provider_2 (7 properties), CreateProviderRequest_2 (5 properties), Operation (3 properties). Each schema is shown below with its type and property counts.

UpdateProviderRequest
object
Request body for updating an existing provider.
1 property
Provider_2
object
A provider describes a specific virtualization platform build of a box version, with its list of architectures and box data.
7 properties
OperationResponse
object
Response containing an operation object for asynchronous actions.
1 property
CreateProviderRequest_2
object
Request body for creating a new provider for a version.
5 properties 1 required
Operation
object
An operation returned by asynchronous API calls. The operation ID is unique within the region the operation is running in.
3 properties
ListProvidersResponse
object
Response containing a list of providers.
1 property
DirectUploadPath
object
Contains the direct upload URL for uploading a box file directly to cloud storage.
3 properties
UploadPath
object
Contains the upload URL for uploading a box file to Vagrant Cloud.
2 properties
Provider
object
A provider represents a specific virtualization platform for which a box file is available within a version.
11 properties
ProviderResponse
object
Response containing a provider object.
1 property
CreateProviderRequest
object
Request body for creating a new provider for a version.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

vagrant-providers-api-openapi.yml Raw ↑

Other APIs Vagrant publishes across the network.

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

This is an independent, third-party profile of Vagrant Providers 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.