REST API keys
The Foldspace REST API lets you integrate directly with the platform. As an admin, you create and manage the API keys that authenticate those requests.
Access API key management
Section titled “Access API key management”- Open the Apps dropdown at the top-left, under Agent Studio.
- Go to Settings → Public API.
You’ll see a list of existing API keys with their names and descriptions.
Generate a new API key
Section titled “Generate a new API key”- Click Create.
- Fill out the form:
- Name: A short, clear name for the key, such as
Vibe Coding,Test Prod, orLocalTesting. - Description: Optional. Explain what the key is used for, such as
Key for testing API calls in staging. - Expiry Date: Optional. Add an expiration for tighter security.
- Name: A short, clear name for the key, such as
- Click Generate.
Related
Section titled “Related”- Authentication: how Foldspace authenticates requests.
- API Reference, Overview: base URL, versioning, and conventions.