Skip to main content
FlyMyAI logo

FlyMyAI Deploy

Provisions a live realtime AI avatars endpoint on FlyMyAI infrastructure and returns a public flymy.ai URL you open in a browser for a WebRTC / realtime session. Use it only when you want to deploy, launch, or host a live endpoint - not for batch avatar workflows (transcribe, generate speech, lip-sync).

What it can do

MethodWhat it does
deploy_pipelineDeploy a pipeline template from the FlyMyAI catalog and return a public flymy.ai endpoint URL to open in the browser. Currently the only supported template is ai-realtime-avatars. Takes an optional name for the deployment; provisioning takes ~30s.
stop_pipelineStop the active deployment for this chat. After stopping, the public endpoint URL stops serving the service.
list_deploymentsList the FlyMyAI deployments owned by this chat, with their status and public URLs.
Catalog

The catalog currently exposes a single template: ai-realtime-avatars (a realtime AI avatars pipeline). Other pipeline kinds are not in the catalog. You do not write pipeline code, model loaders, or training scripts - you deploy the template as-is.

How to get credentials

None - FlyMyAI Deploy is a built-in tool. It runs on FlyMyAI infrastructure using your account, so there is no key to paste. Just enable it.

Fields to fill in FlyMyAI

None.

Troubleshooting

  • Template not found - only ai-realtime-avatars is available in the catalog today. Other template slugs are rejected.
  • No active deployment to stop - stop_pipeline only works after a successful deploy_pipeline in the same chat. Run list_deployments to check what is live.
  • Public URL not loading - the endpoint is realtime (WebRTC). Open it in a browser; the link stops serving once the deployment is stopped.
Built with care by FlyMy.AI.