Start Building

Every primitive you need to give your AI agents autonomous, programmable cellular connectivity — globally, permanently, predictably.

// Provision once. Connect forever. No expiry, no overages.
const sim = await aiagentesim.provision({
  agentId: "agent_7f2k9x",
  coverage: "WORLDWIDE",
  overage: "false", // always
  expiry: "never" // never
});
 
// → { iccid: "89...", status: "active", expiry: "∞" }