> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rovax.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Timely.ai

> AI agent platform for customer support, sales, and multichannel automation

<div
  style={{
position: "relative",
width: "100%",
minHeight: "260px",
overflow: "hidden",
background: "linear-gradient(180deg, #000000 0%, #000000 40%, #0a1a3a 80%, #0f2b6b 100%)",
display: "flex",
alignItems: "center",
justifyContent: "center",
padding: "72px 32px",
textAlign: "center"
}}
>
  <div style={{ position: "relative", zIndex: 1, maxWidth: "640px" }}>
    <h1 style={{ fontSize: "32px", fontWeight: 700, color: "white", lineHeight: 1.15, margin: 0 }}>
      Welcome to the Timely.ai API
    </h1>

    <p style={{ fontSize: "15px", color: "rgba(255,255,255,0.85)", lineHeight: 1.55, marginTop: "14px", marginBottom: 0 }}>
      Create AI agents, connect WhatsApp, Instagram, and other channels, integrate via REST API, and automate support and sales — all in one platform.
    </p>
  </div>
</div>

<div className="home-cards" style={{ maxWidth: "1060px", margin: "0 auto", padding: "48px 24px" }}>
  <h2 className="text-slate-900 dark:text-white" style={{ fontSize: "24px", fontWeight: 700, marginTop: 0, marginBottom: "24px" }}>What you can do</h2>

  <CardGroup cols={3}>
    <Card title="AI Agents" icon="robot" href="/en/guides/agents/overview">
      Configure personality, model, and tools.
    </Card>

    <Card title="Official WhatsApp" icon="whatsapp" href="/en/guides/channels/types/whatsapp-waba">
      Connect via Meta's embedded signup.
    </Card>

    <Card title="Knowledge Base" icon="books" href="/en/guides/knowledge/overview">
      Native RAG with PDFs, websites, and videos.
    </Card>

    <Card title="Scheduling" icon="calendar" href="/en/guides/scheduling/calendars">
      The agent books meetings directly in chat.
    </Card>

    <Card title="Broadcasts" icon="bullhorn" href="/en/guides/automations/broadcasts">
      Mass campaigns with a speed optimizer.
    </Card>

    <Card title="Workflows" icon="diagram-project" href="/en/guides/workflows/overview">
      Visual editor with triggers and actions.
    </Card>
  </CardGroup>

  <h2 className="text-slate-900 dark:text-white" style={{ fontSize: "24px", fontWeight: 700, marginTop: "48px", marginBottom: "24px" }}>Getting started</h2>

  <CardGroup cols={3}>
    <Card title="Product quickstart" icon="rocket" href="/en/start/quickstart-product">
      First agent in 10 minutes.
    </Card>

    <Card title="API quickstart" icon="terminal" href="/en/start/quickstart-api">
      First request in 5 minutes.
    </Card>

    <Card title="Authentication" icon="key" href="/en/start/authentication">
      Generate, rotate, and scope API keys.
    </Card>
  </CardGroup>

  <div className="more-wrapper">
    <div id="more-extras" className="more-extras">
      <div style={{ marginTop: "24px", marginBottom: "8px" }}>
        <CardGroup cols={3}>
          <Card title="Web widget" icon="globe" href="/en/guides/channels/types/widget">
            Embeddable chat with voice.
          </Card>

          <Card title="Inbox" icon="inbox" href="/en/guides/inbox/chat-history">
            Human support + takeover.
          </Card>

          <Card title="CRM" icon="address-book" href="/en/guides/crm/contacts">
            Contacts, pipeline, and datagrids.
          </Card>

          <Card title="Squads" icon="users-gear" href="/en/guides/squads/overview">
            Routing across multiple agents.
          </Card>

          <Card title="Time AI" icon="sparkles" href="/en/guides/time-ai/overview">
            Internal team copilot.
          </Card>

          <Card title="Workers" icon="robot-astromech" href="/en/guides/workers/overview">
            Long async background tasks.
          </Card>

          <Card title="MCP servers" icon="plug-circle-plus" href="/en/api-reference/mcp-servers/referencia">
            Plug in external tools via MCP.
          </Card>

          <Card title="HTTP collections" icon="file-code" href="/en/http/overview">
            Postman and Bruno ready to use.
          </Card>

          <Card title="AI skills" icon="wand-magic-sparkles" href="/en/ai/overview">
            Cursor, Claude, and VS Code.
          </Card>

          <Card title="Changelog" icon="clock-rotate-left" href="/en/changelog">
            Release history.
          </Card>
        </CardGroup>
      </div>
    </div>

    <div className="more-btn-row">
      <a href="#more-extras" className="load-btn load-btn-open">Load more</a>
      <a href="#more-close" className="load-btn load-btn-close">Show less</a>
    </div>

    <div id="more-close" />
  </div>

  <h2 className="text-slate-900 dark:text-white" style={{ fontSize: "24px", fontWeight: 700, marginTop: "48px", marginBottom: "24px" }}>Learn more about Timely.ai</h2>

  <CardGroup cols={3}>
    <Card title="API Reference" icon="code" href="/en/api-reference/introduction">
      Complete REST reference.
    </Card>

    <Card title="Support" icon="headset" href="mailto:contato@timelyai.com.br">
      Talk to our team.
    </Card>
  </CardGroup>
</div>
