"use client"; import { Bot, Plus, FileText, Wrench, Plug } from "lucide-react"; export default function AgentsPage() { return (

Agents

Manage agents and users

Create your first agent

Agents talk to your users, work with your data, and run on schedules – all guided by clear instructions you define in your own words.

Suggested for your app
{/* Blurred out cards */}
{/* Create from scratch */}
Create from scratch

Create your own agent, defining how it works, responds, and integrates with your data.

How you can use agents

Guidelines

Define the agent's behavior, knowledge, and AI model.

Tools

Configure what tools and data the agent can access.

Connectors

Connect the agent to Gmail, Calendar & more.

); } function RefreshIcon() { return ( ); }