MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / createAgent

Method createAgent

mcp/src/client.ts:113–115  ·  view source on GitHub ↗
(body: { email: string; name?: string })

Source from the content-addressed store, hash-verified

111 // verified owned domain, or an email on the shared domain. slug/agent_mode/
112 // webhook_url are gone. Returns the full AgentView.
113 createAgent(body: { email: string; name?: string }): Promise<AgentView> {
114 return this.sdk.agents.create(body);
115 }
116
117 // Consume the generated UpdateAgentRequest directly (no hand-declared
118 // duplicate, no cast): a field removed/renamed at the API layer is a compile

Callers 1

registerAgentToolsFunction · 0.45

Calls 1

createMethod · 0.45

Tested by

no test coverage detected