Use this API to programmatically create a new Velt workspace. Protected by IP-based rate limiting and disposable email domain blocking.Documentation Index
Fetch the complete documentation index at: https://docs.velt.dev/llms.txt
Use this file to discover all available pages before exploring further.
POST https://api.velt.dev/v2/workspace/create
apiKeyList is a keyed object (not an array). Each key is the API key ID. To extract the first API key, use Object.keys(result.data.apiKeyList)[0] in JavaScript or iterate over the object keys.result.data.id as the x-velt-workspace-id header and result.data.authToken as the x-velt-auth-token header.Object.keys(result.data.apiKeyList)[0], then retrieve its auth token via Get Auth Tokens. Pass these as x-velt-api-key and x-velt-auth-token.