Skip to content

Getting Started

Welcome to Taufinity Studio — an AI-powered platform for building chat widgets, automating content workflows, and distributing content across channels. This guide walks you through setting up your first widget and enabling AI-powered features.

Prerequisites

  • A Google account (Taufinity Studio uses Google SSO — no separate password needed)
  • Access to an organization (your admin can invite you, or create one if you're starting fresh)

Step 1: Create Your First Widget

Widgets are embeddable AI chat interfaces. Each widget has its own AI provider, system prompt, and behavior settings.

  1. Go to Widgets in the sidebar
  2. Click New Widget
  3. Give it a name and choose an AI provider (OpenAI, Anthropic, Google, Mistral, OpenRouter, or Amazon Bedrock)
  4. Write a system prompt that defines how your widget responds — this is the personality and instructions for the AI
  5. Click Save

Bring Your Own Key

You connect your own AI provider API keys. AI usage is billed directly by your provider — Taufinity Studio adds no markup. See AI Providers for setup instructions.

Step 2: Embed on Your Website

Each widget has a unique embed code. Add it to any HTML page:

html
<script
  src="https://studio.taufinity.io/widget/YOUR_WIDGET_ID/embed.js"
  async
></script>

The widget appears as a chat button in the bottom-right corner. Visitors can open it to start a conversation with your AI. See Embedding for customization options.

Step 3: Enable AI Features

Widgets support several AI-powered capabilities beyond basic chat:

  • Agent Tools — Let the AI generate images, search the web, query your data, or trigger automated workflows. See Agent Tools.
  • Playbooks — Build multi-step automations with AI prompts, HTTP requests, and data transforms. Run them from chat, on a schedule, or via events. See Playbooks.
  • Content Gates — Add custom moderation rules (blacklist, regex) that block, warn, redact, or replace content. See Content Gates.
  • Input Validation — Built-in AI-powered validation catches harmful content and prompt injection before it reaches your AI provider.

Step 4: Automate Content (Optional)

Beyond chat, Taufinity Studio includes a full content pipeline:

  1. Topic Ideas — AI suggests content topics based on your site's strategy, or add your own. See Topics.
  2. Articles — Generate, review, and publish articles with SEO validation. See Articles.
  3. Distributions — Publish to Twitter/X, LinkedIn, Instagram, Bluesky, and Facebook with channel-optimized formatting. See Distributions.
  4. Video Storyboards — Turn articles into short-form video with AI-generated scenes and narration. See Storyboards.

Next Steps