Quickstart
Quickstart - CLI
Get started with xpander.ai and build your first AI agent
Using the xpander CLI
1
Install the CLI
Install the xpander CLI globally:
2
Configure your credentials
Set up your API key and organization:
You’ll see output similar to:
3
Create a new agent
Create your agent using the CLI:
Follow the interactive prompts to define your agent’s capabilities and behavior.
4
Add tools to the AI Agent
- Open the AI Agent Workbench
- Add the HackerNews top stories operations
- Deploy the AI Agent.
5
Connect to your agent programmatically
The following steps show how to execute your agent created with the CLI:
6
Execute your agent
Use the same execution pattern as shown in the Workbench approach. For more details on working with different LLM models, refer to the LLM SDKs documentation.
7