Typebot

Typebot

An open-source chatbot and conversational-form builder for marketing and support, on your own key.

What Typebot is

Typebot is an open-source builder for chatbots and conversational forms. You design a flow by dragging blocks, embed it on your site or app, and collect answers in real time, which makes it popular for marketing lead capture and customer support. Its OpenAI block lets you point at TokenMix and run on GPT and other models. There is an official cloud, so you do not have to self-host.

Before you start

Connect TokenMix

  1. In a flow, drag in an OpenAI block from the Integrations section.
  2. Click Add OpenAI account to create a credential.
  3. API key: paste your sk-tm- key.
  4. Base URL: change the default https://api.openai.com/v1 to https://api.tokenmix.ai/v1 and keep the /v1.
  5. Save the credential, then in the block choose an action such as Create chat completion and pick a model.

Check it works

Preview the flow and trigger the OpenAI block. A reply from the model means Typebot is connected to TokenMix. You can see the spend in the TokenMix Console.

Common questions

No reply: confirm the Base URL is https://api.tokenmix.ai/v1 with the /v1, and that your sk-tm- key is active in the TokenMix Console.

About the model list: the OpenAI block offers a list of OpenAI model names, such as gpt-5.4 and gpt-4o. Pick one that TokenMix supports.

Which models to pick: for chat flows, gpt-5.4, gpt-4o and gpt-5.4-mini are good starting points.