Create an account
Go to app.openbat.dev/auth/sign-up and enter your email and password.Check your inbox and confirm your email address. An organization is automatically created for you once you verify.

Create a chatbot
From the platform home, click New chatbot and give it a name.After creation, your API key is displayed. Copy it immediately.

Install the SDK
Add the OpenBat SDK to your project:Then set your API key as an environment variable:
Send your first message
Add a The SDK is fire-and-forget. It never throws errors or blocks your response pipeline.
recordMessages call after your chatbot generates a response:Next steps
- SDK reference — explore the full
recordMessagesAPI with user, session, and organization metadata - Vercel AI SDK integration — use the
withOpenBatwrapper for streaming responses
