Creating Agents

🚧 Coming Soon

This page is under construction. We’re working on comprehensive documentation for creating and configuring Station agents.

What This Will Cover

  • Agent Creation Methods - CLI, MCP, and API approaches
  • Agent Configuration - Setting up prompts, tools, and environment variables
  • Tool Assignment - How agents get assigned MCP tools
  • Template Variables - Using variables in agent configurations
  • Environment Targeting - Creating agents for specific environments

Quick Reference

For now, you can create agents using:

# Create a new agent
stn agent create "Agent Name" "Description of what this agent does"

# List existing agents
stn agent list

# Run an agent
stn agent run "Agent Name" "Task description"

Next Steps