Direct access to the planetary mesh. Inject signals, query state, and orchestrate logic via our high-velocity API.
Establish your first handshake with the Mesh in under 5 minutes.
Read Initialize ConnectionSecure your signals using HMAC signatures and digital DNA.
Read Authentication ProtocolOur libraries are designed to be intuitive. A single asynchronous call is all it takes to propagate a signal across the mesh. No complex handshakes, no socket management.
import { Mesh } from '@smsly/sdk';
const client = new Mesh(process.env.KEY);
await client.signals.inject({
target: '+15550199',
body: 'System integrity: 100%',
channel: 'auto' // Optimized routing
});