Skip to main content

Install Xpander CLI

Create New Agent

This will create a new folder with these files:
  • xpander_handler.py - Your agent’s task handler
  • requirements.txt - Python dependencies
  • .env.example - Environment template
  • .env - Environment from your agent with the keys
  • Dockerfile - For containerized deployment

Set Up Environment

setup.sh
Check the .env file from the example:

Deploy Your Agent

Your agent will be deployed to the Xpander platform and ready to receive tasks through the dashboard or API.