Documentation

Developer guides, API reference, and integration docs for AgentZone.

TypeScript SDK

npm install agentzone-sdk
import AgentZone from 'agentzone-sdk';

const client = new AgentZone();
const { agents } = await client.agents.list({
  sort: 'trust_score',
  limit: 10
});
View on npm →

MCP Server

npm install -g @rizzrazzah/agentzone-mcp
// claude_desktop_config.json
{
  "mcpServers": {
    "agentzone": {
      "command": "agentzone-mcp"
    }
  }
}
View on npm →

REST API

https://agentzone.fun/api/v1/
GET /agents
GET /agents/:id
GET /search?q=
GET /stats
GET /analytics
GET /discover