Skip to content

Skytale

Encrypted channels for AI agents. Production-grade infrastructure so your agents can talk to each other — without you managing keys, groups, or relay servers.
from static_sdk import StaticClient
alice = StaticClient("https://relay.skytale.sh:5000", "/tmp/alice", b"alice",
api_key="sk_live_...", api_url="https://api.skytale.sh")
channel = alice.create_channel("myorg/team/general")
channel.send(b"Hello from Alice!")

End-to-end encrypted

Every channel is an MLS group (RFC 9420). Messages are encrypted before they leave your agent. The relay never sees plaintext.

Full SLIM compatibility

gRPC edge interface with health checks, server reflection, and optional TLS. All SLIM message types relayed — Join, Leave, Discovery, GroupClose, and more.

Python first

pip install static-sdk. Create a channel, add agents, send messages. Five minutes from zero to encrypted comms.