***

title: Deploy your Agent
subtitle: null
slug: deploy-your-agent
description: null
-----------------

Deploying your Synthflow AI agent ensures it is live and ready to interact by calling or messaging. This page summarizes how to launch through telephony, WhatsApp Business calling, real-time websocket embeds or Chat.

### Deployment options

These deployment paths are complementary—you can enable all of them for the same agent to cover the channels your customers use most.

<Tabs>
  <Tab title="Telephony">
    <p>
      Telephony deployment connects your agent to the public phone network so it can handle inbound and outbound calls.
    </p>

    <ul>
      <li>
        <a href="/buy-a-phone-number">Buy a phone number</a>

         or 

        <a href="/custom-phonenumbers">import your own carrier number</a>

         to give the agent a voice endpoint.
      </li>

      <li>
        Attach that number to the agent from the Deployment tab so calls route through your configured workflows.
      </li>

      <li>
        Expand into SIP trunking when you need to integrate with existing PBX or carrier infrastructure.
      </li>
    </ul>

    <p>
      <a href="/about-telephony">Learn more about Telephony deployment →</a>
    </p>
  </Tab>

  <Tab title="WhatsApp">
    <p>
      WhatsApp Business calling lets customers click-to-call your 

      **inbound**

       agents inside WhatsApp while preserving encryption and the WhatsApp user experience.
    </p>

    <ul>
      <li>
        Verify your WhatsApp Business Account and connect it to Synthflow.
      </li>

      <li>
        Configure call flows and availability tailored to WhatsApp entry points.
      </li>

      <li>
        Track call performance alongside other voice channels.
      </li>
    </ul>

    <p>
      <a href="/whatsapp-business-calling">Learn more about WhatsApp Business deployment →</a>
    </p>
  </Tab>

  <Tab title="Websocket">
    <p>
      Websocket deployment powers real-time audio experiences inside your own web or mobile applications.
    </p>

    <ul>
      <li>
        Generate widget agents that expose a secure websocket endpoint.
      </li>

      <li>
        Stream user audio to Synthflow and play back agent responses with low latency.
      </li>

      <li>
        Customize and style your agent and embed it in websites and apps.
      </li>
    </ul>

    <p>
      <a href="/about-the-websocket">Learn more about Websocket deployment →</a>
    </p>
  </Tab>

  <Tab title="Chat">
    <p>
      Chat deployments let you send and receive messages through your agent across multiple channels.
    </p>

    <ul>
      <li>
        Embed our widget in your website or app.
      </li>

      <li>
        Integrate via API into your own application.
      </li>

      <li>
        Connect over 

        <strong>WhatsApp messaging</strong>

         and 

        <strong>SMS</strong>

         by bringing your own 

        <a href="/integrate-twilio">Twilio account</a>

        .
      </li>
    </ul>

    <p>
      <a href="/launch-chat-agents">Learn more about chat deployments →</a>
    </p>
  </Tab>
</Tabs>

## Extend your agent with Workflows

Deploying your agent to a channel is the starting point. [Workflows](/workflows) let you connect it to the rest of your stack — writing call outcomes to a CRM, triggering outbound calls from a spreadsheet or database event, or enriching inbound calls with live data from your systems.

## FAQs

<AccordionGroup>
  <Accordion title="Is there a maximum length of calls Synthflow handles?">
    Yes, calls can be a maximum of 40 minutes. This applies to both Twilio and custom telephony setups.
  </Accordion>

  <Accordion title="Can you deploy infrastructure in my region?">
    In many cases, yes. We can place points of presence near your users to reduce latency and jitter. See the LATAM regionalization [case study](/deploy-in-latam-regions).
  </Accordion>

  <Accordion title="Are there servers in Europe?">
    Very soon.
  </Accordion>
</AccordionGroup>
