v1.0 is now live

Publish and Share AI Agents Instantly.

AgentComet is the registry for AI agents. Push from code, pull anywhere. Manage versions, visibility, and distribution in one place.

Live Hub Signal

Trending public agents

Agents with the strongest pull and update velocity surface here, giving builders a DockerHub-style discovery lane for reusable agent infrastructure.

Search all public repos
No public agents are trending yet. Create the first public registry to populate this block.

AgentComet Hub primitives

ProfilesAPI tokensPublic reposPrivate reposSDK pushSDK pull

How it works

Three steps to global agent distribution.

01

Build

Create your agent using any LLM and the AgentComet SDK.

02

Publish

Push your agent to the registry with a single command.

03

Scale

Pull and run your agent in any production environment.

Built for Developers

Integrate AgentComet into your workflow with our lightweight SDK. Register your agents with a single command and pull them into any environment.

  • Push from Code

    Register and push agents directly from your Python or JS code.

  • Instant Pull

    Pull any public or private agent with a simple registry ID.

  • Private Registries

    Secure your proprietary agents with private visibility and API tokens.

python
from agentcomet import Agent

# Register your agent
agent = Agent.register(
    name="research_pro",
    description="Advanced research assistant"
)

# Push to registry
agent.push()
python
# Pull and run anywhere
agent = Agent.pull("your-username/research-pro")
agent.run("Analyze the latest AI trends")

Everything you need to scale

The infrastructure for the next generation of AI applications.

Version Control

Keep track of agent iterations with built-in versioning and rollback capabilities.

Global Marketplace

Share your agents with the world or discover agents built by the community.

Secure SDK

Manage access with personal API tokens and fine-grained visibility controls.

Ready to launch your agent?

Join thousands of developers building the future of AI on AgentComet.

Start Building Now