Skip to main content

Quickstart

This guide walks you through creating your first workspace, connecting a tool, and running your first AI agent task.

1. Create an Account

Sign up at sontairo.com/register using your email, Google, or GitHub account.

2. Create a Workspace

After signing in, you’ll be prompted to create a workspace. This is your organization’s home — all agents, connectors, and projects live here.
You can invite team members to your workspace later from the Settings page.

3. Add a Provider Key

Navigate to Provider Keys in the sidebar and add your AI provider key:
  1. Click Add Provider Key
  2. Select your provider (OpenAI, Anthropic, Google, etc.)
  3. Enter your API key and choose a model
  4. Click Save
Sontairo supports Bring Your Own Key (BYOK) on all plans. On Pro and Ultra plans, you can also use Sontairo’s built-in AI credits.

4. Create Your First Agent

Go to the Agents tab and create an agent:
  1. Click Create Agent
  2. Give it a name (e.g., “Research Assistant”)
  3. Click Generate to auto-fill a description and system prompt, or write your own
  4. Select a provider key
  5. Click Create

5. Connect a Tool

Head to Connectors and add an integration:
  1. Click Add Connector
  2. Search for a service (e.g., “Slack” or “Google”)
  3. Name the connection and click Add
  4. Complete the OAuth flow if prompted

6. Chat with Your Agent

Open the Chat page and start a conversation:
  1. Select your agent from the dropdown
  2. Type a message and press Enter
  3. Your agent will respond with streaming text

7. Run a Task

Go to Tasks to execute a one-off or complex task:
  1. Select an agent and connectors
  2. Describe the task in natural language
  3. Click Run Task
  4. Monitor progress in the Runs timeline

Next Steps