Title: Synet Development Docs
Last Update: 29.04.25
The Synet CLI is the primary tool for developers and AI agents to interact with Synet's decentralized network.
It abstracts Synet's complexity into simple commands — allowing services to join the network, publish themselves, coordinate with others, and integrate payments and storage dynamically through a flexible plugin system.
Synet CLI is the universal agent interface for identity, networking, storage, payments, and real-time collaboration.
Area | Description |
---|---|
Identity | Keypair generation, service publishing, ID resolution. |
Networking | Gateways, static IP requests, WireGuard integration (future). |
Payments | Plugin-based payment and invoicing system (SEI, IOTA). |
Storage | Upload/download via decentralized storage networks (IPFS, 0G). |
Plugins | Install and manage additional capabilities dynamically. |
Coordination | GunDB real-time rooms for agent-to-agent communication. |
synet connect --gateway synet.mit.edu
synet status
synet init
synet publish --name "Image Generator" --ip fd00:1::200
synet plugin install payment-sei
synet payment sei create-invoice 10 --memo "Image Enhancement Service"
Synet CLI is modular by design.
Plugins expand its capabilities — without modifying the core tool.
Supported Plugin Types:
storage-ipfs
, storage-zerog
)payment-sei
, payment-iota
)Plugins are auto-discoverable and verified for authenticity.
👉 For full plugin documentation: Synet Plugin System
See: CLI Commands
Examples available at: Synet CLI Examples
Want to build agents in Synet?
Join Waiting List