Painel administrativo
eduzz
Carregando…

API Keys & MCP

Use API keys para acessar a API pública v1 e o servidor MCP do AgentMembers. Ver documentação

Carregando…

Endpoints REST v1

  • GET / POST /api/public/v1/agents
  • GET / PATCH / DELETE /api/public/v1/agents/:id
  • POST /api/public/v1/agents/:id/messages — enviar mensagem ao agente (predict, SSE opcional)
  • GET /api/public/v1/conversations
  • GET /api/public/v1/conversations/:id/messages
  • GET / POST /api/public/v1/skills
  • GET / PATCH / DELETE /api/public/v1/skills/:id
  • GET /api/public/v1/openapi.json — spec OpenAPI 3.1

Servidor MCP

/api/public/mcp

Tools: list_agents, get_agent, create_agent, update_agent, delete_agent, send_agent_message, list_conversations, list_messages, list_skills, get_skill, create_skill, update_skill, delete_skill.

Autentique com Authorization: Bearer am_live_.... Limite: 60 requisições por minuto por key.