V Vionix Request Setup

API-first AI agent infrastructure

Vionix Agent API

Launch branded AI chat agents with knowledge base retrieval, streaming replies, lead capture, handover, usage tracking, and a ready-to-embed web widget.

Free-tier ready
Cloudflare, Supabase, Groq, Gemini
Developer first
API keys, REST endpoints, SSE streams
Business outcome
Leads, handover, conversation history

What customers buy

AI agent backend for businesses and agencies.

Vionix gives clients a managed agent API and optional widget, so they can add custom AI support, FAQ, booking, and lead bots without building the backend from scratch.

API product

Ship chat capability with one key.

POST /v1/chat

Grounded agent response with sources and business events.

POST /v1/chat/stream

Server-sent event streaming for embedded chat experiences.

POST /v1/admin/kb/upload

Text knowledge upload, embedding, and pgvector retrieval.

GET /v1/admin/usage

Usage events for chat calls, leads, handover, and KB activity.

REST Bearer API key
curl -X POST https://vionix-agent-api.vionix.workers.dev/v1/chat \
  -H "Authorization: Bearer vx_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "message": "What packages do you offer?",
    "sessionId": "visitor-123"
  }'

Embedded chatbot

A one-line widget for clients who do not want to build.

Agencies and SMEs can paste the script on any website. The widget uses a browser-safe key, streams replies, and pushes captured leads into Vionix.

Client embed

<script
  src="https://vionix-agent-widget.pages.dev/widget.js"
  data-api-url="https://vionix-agent-api.vionix.workers.dev"
  data-api-key="vx_live_widget_key"
  data-title="Ask us"
  data-accent="#2563eb">
</script>

Business flow

Built for revenue paths from day one.

01

Done-for-you setup

Configure the workspace, upload client knowledge, tune the bot, and hand over the embed.

02

Developer API access

Give agencies an API key and let them build their own frontend or client workflow.

03

Custom deployment

Package dedicated setup, custom prompts, support process, and usage reporting.

Starter pricing direction

Simple offers that match early buyers.

Setup

RM500+

For SMEs that want the bot live without touching the API.

Agency

Custom

For web teams managing multiple clients and branded deployments.

Start with one working agent

Request a Vionix Agent API setup.

Tell us the business type, website, and use case. We will prepare the agent, API key, widget embed, and KB flow for the first live demo.