Skip to main content
GET
/
api
/
v0
/
secrets
show env vars
curl --request GET \
  --url https://console.vast.ai/api/v0/secrets/ \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "secrets": {}
}

Documentation Index

Fetch the complete documentation index at: https://vastai-80aa3a82-fix-stale-links.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Response

Success response with user secrets

success
boolean
Example:

true

secrets
object