Sockt is a compute-on-demand platform built for AI agents. Agents create sandboxes, pay per second in sats via Lightning, execute commands, and terminate — no human in the loop.
There are two integration paths: the MCP server at https://api.sockt.dev/v1/mcp (for LLM agents using tool-use), and the @sockt/client SDK (for programmatic access from TypeScript, Python, or Go).
For credits billing, send Authorization: Bearer sockt_.... For sats billing, connect any external Lightning wallet as an MCP server and let the agent pay autonomously.
| Mode | Request | What happens |
|---|---|---|
| Credits | Authorization: Bearer sockt_... | Request is billed to your credits balance. |
| Lightning wallet MCP | External wallet server connected | Agent creates and pays for sandboxes in sats using your connected wallet. |
300 requests/minute per API key. Excess requests receive 429 rate limited.