You can manage API keys programmatically using theDocumentation Index
Fetch the complete documentation index at: https://docs.veedcrawl.com/llms.txt
Use this file to discover all available pages before exploring further.
/v1/keys endpoints. All three operations — listing, creating, and revoking — require your existing x-api-key header and consume no credits.
List keys
Retrieve all API keys associated with your organization.Create a key
Create a new API key. Supply aname in the request body to identify the key later.
A label for the new key — for example,
"my-agent" or "production-pipeline".