Documentation Index
Fetch the complete documentation index at: https://docs.spike.ac/llms.txt
Use this file to discover all available pages before exploring further.
API Keys
Generate API keys from your dashboard settings. You can create multiple keys with different permissions.Using API Keys
Include your API key in the Authorization header:Key Types
| Type | Prefix | Use Case |
|---|---|---|
| Live | sk_live_ | Production API calls |
| Test | sk_test_ | Development/testing |
Form-Level API Keys
For granular access, create form-specific API keys that only allow access to a single form’s submissions.Permissions
API keys can have different permission levels:| Permission | Description |
|---|---|
read | Read submissions and form data |
write | Create and update forms |
delete | Delete forms and submissions |
admin | Full access including billing |
Security Best Practices
- Rotate keys periodically
- Use form-level keys when possible
- Set minimum required permissions
- Monitor key usage in dashboard