API Key Management
JetPero makes managing API keys simple, secure, and scalable. Whether you're adding OpenAI, ElevenLabs, HuggingFace, or any other service, everything is tokenized, encrypted, and project-specific.
π Add a New API Key
Each project in JetPero can have one or more provider integrations. Here's how to add them:
π§ Steps:
Choose the relevant project (e.g.,
abc.co
)Go to Admin Planel β Under API providers table
Click βAdd new APIβ
Fill in the details:
Base URL (e.g.,
https://api.openai.com/v1
)Provider Name (e.g.,
openai
)API Key (your real provider key)
β JetPero will auto-configure this for secure usage under your selected project.
π Project-Based Key Isolation
Every Project under your Organization has:
Its own Auth Token (JWT / crypto-based)
Independent set of provider API keys
Isolated traffic and rate limits
Fine-grained security (great for agencies, dev teams, multi-client products)
Example: If you have two clients β
abc.co
andtt.net
β each gets separate setup and tokens. Keys from one project canβt leak into the other.
π§ How JetPero Handles Your Keys
π§© You store your providerβs real API key once during setup
π§ JetPero injects it securely behind the scenes during each request
π Your frontends or external apps never touch the provider API key
π You only use the JetPero-generated Project Token in your requests
π Update / Rotate / Delete Keys
Go to Project Settings β Providers
Select the provider (e.g.,
openai
)Choose:
π Rotate API Key
π Edit Base URL
β Remove Provider
β οΈ All changes are instant and audited. Weβll never expose deleted keys.
π‘οΈ Security Features
π Encrypted storage of provider keys (AES-256)
β JWT-based project tokens
π§ Role-based access (Admin-only by default)
π Access logs for every key interaction
π« Automatic request blocking if token or key is invalid
π― Best Practices
Use short, clear provider names (
openai
,huggingface
,elevenlabs
)Create a separate project per product/client
Rotate keys regularly if providers support it
Never share your actual provider API key β just the JetPero token!
π Coming Soon
π Multi-env support (prod / dev / staging keys)
π Expiry dates and alerts for keys
π Versioned API key backups
Last updated