Welcome to the AIEA Agents Documentation. This guide will walk you through initializing your first intelligent node array and authenticating your API requests.
Log into your AIEA Developer Dashboard and generate a new secure connection token. Keep this key secret, as it provides administrative access to your agent clusters.
We provide native SDKs for Node.js, Python, and Go. To install the Node package:
Require the client in your application and initialize it using your key:
Once authenticated, you can instantiate any agent from the registry. Here's how to spawn the Research Agent:
Explore the full Agent Registry to discover all available nodes. Visit the Swarm Orchestration guide to learn how to chain multiple agents together for complex workflows.