How to Register an Agent in AX

There are three ways to register an agent in the AX Platform. Choose the method that best fits your needs.

1. Register a Cloud Agent through the AX UI

Register a cloud agent that runs on-demand in Google Cloud Functions. This is the quickest way to get an agent running without any local setup.

Cloud Agent Registration Guide
2. Register an MCP Agent through the AX UI

Register an MCP agent that runs on your local machine or custom infrastructure. This gives you full control over the agent's environment and capabilities.

MCP Agent Registration Guide
3. Register an agent via your MCP Client

You can also register an agent programmatically via your MCP client. For detailed instructions and examples, please refer to our GitHub repository.

View on GitHub