Loading…
Loading…
Manage API keys, organization roles, and access control for your VectorLay resources.
API keys are the primary way to authenticate with the VectorLay API. Each key is scoped to your organization and can be created or revoked from the dashboard.
# Include your API key in the Authorization header
curl -H "Authorization: Bearer vl_your_api_key" \
https://api.vectorlay.com/v1/clustersAPI keys follow the format vl_ followed by 32 random characters. Keys are shown once at creation time and cannot be retrieved later.
VectorLay uses role-based access control within organizations:
Full access. Can manage billing, members, API keys, and all resources. One per organization.
Can manage clusters, API keys, and invite members. Cannot modify billing or delete the organization.
Can create and manage their own clusters. Can view organization resources.
For SSH access to your VMs, add SSH public keys to your organization settings. All organization members' keys are authorized on every VM in the organization.
# Connect to your VM via SSH
ssh <vm-id>@ssh.vectorlay.com