Quick Start
The fastest way to get started with building an agent is using our npx script. If you want to manually create the agent runtime, follow the Manual Installation below.
Creating your first agent
Create an agent by running in your Terminal:
Next, authenticate to GitHub to receive your free LLM and tool call credits.
In "dev mode", Agent Runtime allocates you a generous free credits to access LLMs and tools as you iterate on your agent.
This allows you to develop your agent locally. Have your own API keys to LLMs and tools? Learn more at Using your own API keys to access LLMs
Run the following command in the Terminal to see your agent up and running:
Go to http://localhost:8000/admin to try your agent.