Installation
See Installation Guide for npm, bunx, Docker, and development setup options.
Authentication
See Model Configuration for OAuth setup, API keys, and environment variable configuration.
Supported Models
AgentUse supports multiple AI providers with the formatprovider:model-name. Examples:
Your First Agent
Createhello.agentuse:
File System Agent
Createproject-analyzer.agentuse:
See Agent Syntax - MCP Servers for HTTP servers, environment variables, and tool restrictions.
Model Override
Override the model at runtime without editing agent files:Sub-agents Support
AgentUse supports calling other agents as sub-agents:Remote Agents
You can run agents directly from HTTPS URLs:Environment Variables
Configure API keys and behavior via environment variables or.env files:
See Environment Variables Reference for all configuration options including custom API key suffixes, behavior control, and MCP server settings.
Schedule Your Agent
Add aschedule to run agents automatically:
See Scheduled Agents Guide for cron expressions, intervals, and best practices.
What’s Next?
Creating Agents
Learn agent syntax
Examples
See more examples