VectorChat Docs

Getting Started

Create your first AI agent and start a conversation in under five minutes.

This guide gets you from zero to a working AI agent in minutes.

1. Create Your Account

Sign up at VectorChat with your email address or use a supported identity provider (Google, GitHub). Verify your email if prompted.

2. Create Your First Agent

  1. Click Agents in the sidebar, then New Agent.
  2. Configure the basics:
    • Name — A descriptive name (e.g., "Research Assistant").
    • AI Model — Choose a model (GPT-4o, Claude, Gemini, etc.).
    • System Instructions — Define how the agent behaves. Example: "You are a helpful research assistant. Provide concise, well-sourced answers."
  3. Click Create Agent.

Agent creation form Screenshot: The agent creation form with name, model, and system instructions fields.

Use the Prompt Helper to generate system instructions from a plain-language description of what you want the agent to do.

3. Start a Conversation

  1. Go to Conversations in the sidebar.
  2. Select your agent and type a message.
  3. The agent responds in real time using streaming.

Agent conversation Screenshot: A conversation with an agent showing a user message and streamed response.

4. Connect an Integration (Optional)

Give your agent access to external tools:

  1. Go to Settings > Integrations.
  2. Click Connect next to a service (Gmail, Slack, Google Calendar, etc.).
  3. Complete the authorization flow.
  4. Enable the tool in your agent's settings.

Your agent can now send emails, manage calendar events, post Slack messages, and more.

Next Steps