title: Airbolt AI Integration Overview source: https://www.airbolt.ai # Primary documentation - Quickstart: Install the SDK, configure your project ID, and make your first chat request in minutes. (https://www.airbolt.ai/docs) - JavaScript SDK: Use the Airbolt client or React hooks to build chat experiences with BYOK support. (https://www.airbolt.ai/docs) - Security: Bring your own key, encrypted at rest with AES-256-GCM and master key rotation. (https://www.airbolt.ai/privacy) # Public routes - https://www.airbolt.ai/docs - https://www.airbolt.ai/privacy - https://www.airbolt.ai/terms # Quick facts - Bring your own OpenAI key; keys encrypted with AES-256-GCM - Node.js runtime decrypts provider keys; never on the edge - Authorization uses project-scoped Bearer token "proj_***" # Pricing - Airbolt platform is currently free; pay only to OpenAI for usage # Frequently asked questions - Do I need to manage my own API keys?: You bring your own OpenAI API key. We store provider keys encrypted at rest and use them only to fulfill your requests. - Which AI models are supported?: Currently, we only support OpenAI models, but multi-provider support will be added in an upcoming release. - How does pricing work?: Using Airbolt is currently free. Bring your own OpenAI API keys and pay for token usage as you normally would. - Can I use Airbolt in production?: Yes. Airbolt is actively developed, uses semantic versioning for the SDK, and you should lock your SDK version in production.