Create Your First App
Apps in API Lens isolate keys, environments, and analytics for each API service.Step 1: Create app
- Go to Apps
- Click Create app
- Enter app name
- Select framework (FastAPI, Flask, Django/Ninja, etc.)
- Submit
Step 2: Open setup guide
After creation, API Lens opens a setup page with:- install command
- middleware/instrumentation snippet
- environment-specific config notes
Step 3: Add your API key safely
- Copy the generated API key once
- Store it in your secret manager (not in source code)
- Inject it via environment variable in your service
Step 4: Deploy and verify
- Restart/redeploy your API service
- Send a few real requests
- Open Endpoints in API Lens
No manual endpoint creation is needed.