Log into your Papermap account
Visit papermap.ai and sign in with your credentials.
Open Workspace Settings
Navigate to your workspace and click the options icon (three dots) in the workspace card, then select Settings from the dropdown menu.
Generate New Key
Navigate to API Keys from the sidebar and click Create New Key to generate a new API key.
Security Considerations
Best Practices
- Store securely: Use environment variables or secure configuration management
- Never commit: Add your API key to
.gitignoreand never commit it to version control - Rotate regularly: Generate new API keys periodically and revoke old ones
- Monitor usage: Check your API key usage in the Papermap dashboard for any suspicious activity
- Use HTTPS: Always use HTTPS when embedding dashboards to protect data in transit
For Production Applications
- Implement server-side proxy endpoints that generate temporary tokens
- Use proper authentication and authorization before serving embedded content
Next Steps
Basic Embedding
Start with simple iframe embedding to get your first dashboard up and running
Configuration
Learn about advanced configuration options and customization parameters for your embedded dashboards
Parameter Usecases
Explore common parameter combinations and use cases for different embedding scenarios
Troubleshooting
Common issues and solutions for embedding Papermap dashboards in your application

