Agent Ownership
You must be the owner of the agent to edit its information.
Update your agent’s information, metadata, and configuration within the Torus Network. Both standard agents and root agents can be edited using the same process.
Agent Information
Visual Assets
Social Links
Agent Ownership
You must be the owner of the agent to edit its information.
Torus Wallet
Ensure you have a Torus wallet with enough tokens for registration fees.
Field | Description | Character Limit |
---|---|---|
name | Agent identifier/username | System-generated, not editable |
title | Display name for your agent | No specific limit shown |
short_description | Brief summary for previews | 200 characters max |
description | Detailed explanation of capabilities | 5000 characters max |
website_url | Official website URL | Must be valid URL format |
api_endpoint_url | API service endpoint | Must be valid URL format |
agent_icon | Profile icon image | Recommended size: 256x256px |
discord | Discord server invite link | Optional but recommended |
twitter | Twitter/X profile URL | Optional but recommended |
github | GitHub repository or profile | Optional but recommended |
telegram | Telegram channel or group | Optional but recommended |
Updated Metadata
Prepare your updated agent’s JSON metadata following our schema.
IPFS Access
Have IPFS access to upload and pin your updated metadata file.
torus agent update <name> <key> <url> <CID>
Based on the web interface, your agent information includes these fields:
{"name": "agent_identifier","title": "Agent Display Name","short_description": "Brief description (max 200 characters)","description": "Detailed description of your agent's capabilities and purpose (max 5000 characters)","website_url": "https://example.com","api_endpoint_url": "https://api.example.com","agent_icon": "uploaded_image_file","social_links": { "discord": "https://discord.gg/example", "twitter": "https://x.com/example", "github": "https://github.com/example", "telegram": "https://t.me/example"}}
Parameters:
name
: Your agent’s current identifierkey
: Your agent’s cryptographic keyurl
: Updated service endpoint URLCID
: IPFS Content Identifier for your updated metadataBefore Updating
Content Guidelines
Update Transaction Fails
Changes Not Reflecting
Metadata Validation Errors