Other Deployments

Deploy Your Service to develop on

Deploy your service with a cloud provider such as Vercel, Google Cloud Platform (GCP), Amazon Web Services (AWS), or any other provider you are comfortable with. Ensure your service is publicly accessible.

Instead of deploying your service to a cloud provider, you can use ngrok or localtunnel to expose your local development server to the internet. This is particularly useful for testing and development purposes.

Using make-agent (suggested)

  1. Install make-agent: install our cli tool to test your agent live on the Bitte Playground.

pnpm install -D make-agent

  1. Set up Dynamic Plugin Manifest: serve your plugin-manifest with a dynamic server URL using the url from bitte.dev.json (you can use next rewrites on nextjs)

  2. Add dev script:

        "dev:make-agent": "next dev & pnpm make-agent dev -p 3000",
  3. Run dev script: run pnpm dev:make-agent to live test your agent on the Bitte Plyground.

Last updated

Logo