--- title: "Authentication" description: "API authentication and security" --- ## Current Status Authentication is not currently implemented in Voicebox. The API is intended for local use only. ## Local Usage For local development and usage: - API runs on `localhost:17493` - No authentication required - Access restricted to local machine ## Future Implementation Authentication will be added in a future release for: - Remote deployments - Multi-user access - Production environments Planned authentication methods: - API keys - OAuth 2.0 - JWT tokens ## Security Best Practices Until authentication is implemented: Use WireGuard or Tailscale for remote access Run behind nginx with basic auth Restrict access to trusted IPs only Don't expose to public internet ## Coming Soon - API key management - User accounts - Rate limiting - Access control