API Keys
Create API keys to access ScrapeSpace programmatically.
Creating an API key
- Go to API Keys in settings
- Click Create API Key
- Give it a descriptive name
- Copy the key immediately — it won't be shown again
API keys have the format api_{publicId}.{secret}. The secret portion is hashed and cannot be retrieved after creation.
Authentication
Include your API key in the x-api-key header:
curl -H "x-api-key: api_abc123.yoursecrethere" \
https://scrapespace.com/api/scripts
Permissions
API keys have the same permissions as your user account. They can:
- Run AI agents and replay existing automations
- List and retrieve jobs, automations, and schedules
- Create and manage schedules
- Access all data within your team
API access requires Pro, Founding, or Business. Pro / Founding get basic access; Business gets full access.
Revoking keys
Delete an API key from settings to revoke it immediately. Any requests using that key will be rejected.