create_agent
Create an autonomous agent that executes your trading strategy automatically every 5 minutes, gets a funded wallet and API key, and runs predictions based on plain English instructions.
Instructions
Create a new autonomous strategy agent. Gets a funded wallet (500 bsUSD) and API key. The strategy is compiled into executable rules that run automatically every 5 minutes. Credentials are saved locally to ~/.conviction/agents.json. Limit: 10 active agents per owner, 3 new agents per hour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Agent display name (optional, defaults to 'Conviction Agent') | |
| strategy | Yes | Plain English strategy (max 500 characters). Examples: "Enter with $5 on the likely winner when probability > 70%", "Go contrarian: pick the underdog when the pool is 60/40 or worse", "Enter every pool with $2, always pick the token with higher win probability" | |
| owner_id | No | Owner profile ID from conviction.fm. If not provided, a new anonymous owner is created automatically. |