Introducing Veryfront Studio

Product
Introducing Veryfront Studio article cover.
Koji Wakayama3 min read
Table of Contents

AI workspace for agent work

Veryfront Studio is a browser workspace where citizen developers create agents, add skills, connect knowledge and tools, and put agents to work.

Studio integrates with Veryfront Code, so citizen developers and pro-coders work on the same source-backed project instead of passing context between tools.

This walkthrough creates and automates a customer operations agent. You can also skip ahead and start from the Customer Operations Agent template.

Create project

Open Veryfront Studio. Create a new project named Customer Operations Agent.

Create Project dialog in Veryfront Studio with a project name field.

Workspace overview

Once the project opens, you see a list of AI capabilities to manage your project.

New Veryfront Studio project showing the panel catalog for managing agents, knowledge, skills, tools, conversations, and automation.

Click Agents to open the Agents panel.

Create agent

On the Agents panel, create a new agent.

Create Agent form with Customer Operations Agent instructions and default model settings.

Give it a name, e.g. Customer Operations Agent.

Define the agent persona and role.

Instructions.md
You are a customer operations agent.Use approved knowledge to triage customer requests and draft clear next actions.Escalate when confidence is low or a team decision is needed.

Model configuration

Veryfront lets you choose frontier models from Anthropic and OpenAI, plus open-weight models such as Mistral and Kimi.

Model picker in Veryfront Studio with GPT-5.4 Nano selected.

For the customer operations agent, keep the defaults: gpt-5.4-nano, temperature 0, and max steps empty.

Suggestions

Suggestions are prompt shortcuts users can click in the chat.

Create Agent form with Customer Operations Agent instructions and default model settings.

Add one prompt suggestion with the title Triage support emails and the prompt Check the latest emails and triage new support requests.

Add skill

Skills are reusable behavior instructions you can attach to an agent for a specific task. In the create agent form, click Add Skill. This opens the Skills panel, where you can create a skill with specific escalation instructions.

Create Skill form in Veryfront Studio with Support Escalation details.

Give it a name, e.g. Support Escalation, and add a description:

Description.md
Triage customer issues and prepare support escalation summaries.

Add these instructions:

Instructions.md
1. Confirm the customer, workspace, affected users, severity, and exact symptom.2. Use `search_knowledge` for the symptom-specific runbook.3. Separate confirmed facts from assumptions.4. Draft the escalation with owner, evidence, impact, attempted fixes, and next action.

After creating the skill, return to the agent details and add the Support Escalation skill to the customer operations agent.

Agent Skills section with Support Escalation selected.

Connect tools

Scroll to the Tools section.

Agent tools configuration with knowledge search and Outlook tools selected.

Configure the Veryfront integration by selecting the Search knowledge and Get file tools. Then configure Microsoft Outlook by selecting List emails, Get email, Send email, and Search emails.

Add ground truth

Download the example runbooks to add knowledge that grounds the agent's behavior:

Open the Knowledge panel and upload them. Veryfront converts the documents to OKF and ingests them into your knowledge base.

Knowledge ingestion view with support runbook PDFs and indexed knowledge entries.

Test your agent

Open the Chat panel, select the Customer Operations Agent, and use the prompt suggestion:

Check the latest emails and triage new support requests.

Chat with Customer Operations Agent showing email tool use and a customer operations response.

Check the result. The agent should use Outlook tools to fetch the inbox, triage the support request, and use project knowledge.

Automate recurring work

Open the Schedules panel and create a new schedule.

Create Schedule form in Veryfront Studio with repeating schedule, agent target, conversation, and instructions fields.

Name it Daily support triage and set it to repeat daily at 08:00. Set the target type to Agent, choose Customer Operations Agent, and set conversation to New conversation. Add this prompt: Check the latest emails and triage new support requests. This creates a fresh daily triage run every morning.

What this unlocks

Veryfront Studio is the AI workspace where citizen developers and pro-coders create, operate, and scale agents together. Teams configure, test, inspect, and deploy agents from one source-backed project, so they can focus on putting agents to work instead of stitching together fragmented AI tools.

Getting started

Veryfront Studio

Create an agent in the browser. Connect it to your knowledge and tools. Test behavior and deploy it in one flow.

Start in Studio

Veryfront Code

Use your existing development environment. Build AI apps and agents with the open source TypeScript and React framework.

Start in Code