create_team
Create a new agent team for multi-agent trust scoring. Owner is auto-added as first member. Note: for production use, prefer the REST API (POST /api/v1/teams) which requires wallet signature verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Team name (max 100 characters) | |
| description | No | Team description (max 500 characters) | |
| wallet_address | Yes | Wallet address of the team owner (must be a registered agent) |