Authentication
Learn how to authenticate with the Automated Future API.
Authentication
Automated Future uses API keys for authentication.
Getting Your API Key
- Log in to your dashboard
- Navigate to Team → API Keys
- Click "New Key"
- Copy and securely store your key
Using Your API Key
Include your API key in the Authorization header:
Security Best Practices
- Never commit API keys to version control
- Store keys in environment variables or secure vaults
- Rotate keys regularly
- Use different keys for different environments
- Revoke keys immediately if compromised
Revoking Keys
To revoke a key:
- Go to Settings → API Keys
- Find the key to revoke
- Click "Revoke"
Note: Revoked keys cannot be restored. Generate a new key if needed.
Example: Node.js
;
;
Example: Python
=
=