Hosting Agents
There are several options for hosting your AgentKit agents, from managed AI agent platforms to traditional cloud hosting. This guide covers the main approaches and helps you choose the right one for your needs.
Autonome by AltLayer provides a managed platform specifically designed for hosting crypto AI agents. It offers:
- Simple deployment process
- Built-in monitoring and management
- Team collaboration features
- Support for multiple agent frameworks including AgentKit
Quick Setup
- Visit apps.autono.meme
- Log in and create an organization
- Click ”+” to deploy a new agent
- Select “AgentKit” as your framework
- Enter required API keys (OpenAI, CDP, etc.)
- Deploy your agent
For detailed instructions, see the Autonome deployment guide.
Custom Framework Upload
If you have a custom AgentKit implementation, you can upload it as a new framework:
- Package your agent as a Docker image
- Click “Upload New Framework” in Autonome
- Configure the framework details including:
- Framework name
- Description
- Docker image URL
- Chat endpoint and port
- Environment variables
See the framework upload guide for complete details.
Autonome by AltLayer provides a managed platform specifically designed for hosting crypto AI agents. It offers:
- Simple deployment process
- Built-in monitoring and management
- Team collaboration features
- Support for multiple agent frameworks including AgentKit
Quick Setup
- Visit apps.autono.meme
- Log in and create an organization
- Click ”+” to deploy a new agent
- Select “AgentKit” as your framework
- Enter required API keys (OpenAI, CDP, etc.)
- Deploy your agent
For detailed instructions, see the Autonome deployment guide.
Custom Framework Upload
If you have a custom AgentKit implementation, you can upload it as a new framework:
- Package your agent as a Docker image
- Click “Upload New Framework” in Autonome
- Configure the framework details including:
- Framework name
- Description
- Docker image URL
- Chat endpoint and port
- Environment variables
See the framework upload guide for complete details.
NEAR AI provides a platform for building and hosting AI agents with built-in support for various frameworks including AgentKit.
Requirements
- Python 3.9 - 3.11 (3.12 - 3.13 is not supported)
- NEAR Account (can be created at wallet.near.org)
- Virtual environment (recommended)
Quick Setup
- Create and activate a Python virtual environment:
- Install the NEAR AI CLI:
- Login to NEAR AI:
- Create a new agent:
- Configure your agent’s framework in
metadata.json
:
For detailed setup instructions, see:
You can host your AgentKit agent on any major cloud platform. Here’s a general approach:
AWS Setup
- Create an ECS cluster or EKS cluster
- Build and push your agent’s Docker image to ECR
- Deploy using ECS tasks or Kubernetes deployments
Google Cloud Setup
- Create a GKE cluster or Cloud Run service
- Push your Docker image to Container Registry
- Deploy using Cloud Run or Kubernetes
Choosing a Hosting Solution
Consider these factors when selecting a hosting solution:
- Managed Platforms (Autonome, NEAR AI): Best for quick deployment and managed infrastructure
- Cloud Hosting: Ideal for custom requirements and full control over infrastructure
- Local Hosting: Perfect for development and testing
For most users, managed platforms like Autonome or NEAR AI provide the easiest path to production. For enterprise needs or specific requirements, traditional cloud hosting offers more control and customization options.