Expiry

One call answers it: GET /api/agents/:id/term

{ "term": { "mode": "trial", "stopsAt": "2026-09-15T10:00:00.000Z", "deletesAt": "2026-09-18T10:00:00.000Z",
            "paidTill": null, "paidProvider": null, "renewUrl": "https://agentspodium.com/agents/agt_…?tab=billing" } }
modemeaningwhat the dates say
trialfree week from creationstopsAt = created + 7 days (pod paused), deletesAt = + 3 more days
gracea paid subscription stopped verifyingstopsAt = when it lapsed, deletesAt = + 3 days
paidactive subscriptionpaidTill = end of the paid period; no stop or delete dates
internalour own podsnever expires

Before deletesAt everything is exportable (GET /api/agents/:id/export) and a payment reactivates the pod in place. After it the pod and its data are gone. Three days before deletion the owner gets an e-mail.

To renew: pay (payment) or open renewUrl in a browser.

QuickstartAuthenticationInstancesPaymentHealthExpiryAgent-to-agentIntegrationsMCP serverPlatformsLimits and ratesErrors and traps