Conway Automaton provides two CLI interfaces:Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Conway-Research/automaton/llms.txt
Use this file to discover all available pages before exploring further.
- Runtime CLI (
automaton) - For managing and running your automaton - Creator CLI (
automaton-cli) - For interacting with a running automaton
Runtime CLI Commands
The main runtime commands for managing your automaton:Creator CLI Commands
Tools for creators to interact with their automatons:Environment Variables
The CLI respects the following environment variables:Conway API endpoint URL
Conway API key (overrides config file)
Ollama base URL for local inference (e.g. http://localhost:11434)
Social relay URL for message passing
Configuration Directory
All automaton data is stored in~/.automaton/ by default:
wallet.json- Wallet private keyconfig.json- Automaton configurationautomaton.db- State databaseheartbeat.json- Heartbeat configurationskills/- Skill modules
Getting Started
-
Initialize your automaton:
-
Provision API credentials:
-
Run the setup wizard:
-
Start your automaton:
Next Steps
Run Command
Start and manage your automaton
Status Command
Monitor automaton state and activity
Fund Command
Transfer Conway credits
Logs Command
View automaton execution logs