Skip to main content
Creating a pod on InstaPods normally requires a payment method on file. There is one exception: when you ask an AI assistant to deploy something through the InstaPods connector and you have no card yet, InstaPods can hand you a free trial pod instead of refusing. The pod is real. It gets a live HTTPS URL, runs your code, and behaves like any other pod. It is deleted automatically after 90 minutes unless you claim it.
A trial is granted only through the MCP connector. The dashboard wizard, the CLI, ZIP upload, GitHub import and repo deploy all keep the ordinary card gate - they have no way to show you a pod that lives in the trial account, so granting one there would spend your trial on a pod you could not see or use.

What You Get

1-Click Apps are not available on a trial. They declare minimum plans above Launch, so asking for one returns:
A trial pod also skips the warm pool, so it takes roughly 30 seconds to create rather than being near-instant. That capacity is reserved for paying customers.

How the Assistant Tells You

A trial pod is created silently at the point the card gate would have refused you, so the tools that can return one say so explicitly. create_pod, get_pod and deploy_pod all include these fields when the pod they are reporting on is an unclaimed trial: These fields are absent for any pod you are paying for. As the deadline gets closer the assistant is told to lead with it rather than mention it in passing, so expect to be reminded. list_pods includes your trial pod even though it is not technically in your team yet - it is prepended to the list, so “what have I got running?” answers correctly. Two tools are locked on an unclaimed trial and point you at the claim page instead of running: change_plan (a trial is fixed on Launch) and exec_command. Everything else works: deploy_pod, write_file, read_file, list_files, get_logs, manage_pod and delete_pod.
Until you claim it, the pod is reachable only through the connector. It lives in an InstaPods-owned account, so it does not show up in your dashboard pod list, and the dashboard, the CLI and the REST API all answer access denied: pod belongs to another team. Custom domains, backups and SSH become available once the pod is yours.

Keeping the Pod

Adding a payment method claims it. There is no separate confirm step - the moment your card is saved, the pod moves into your own account and keeps running. Every trial pod has its own claim page at:
The page names the pod, links its live URL, shows the deadline ticking down, and takes the card. It tells you what you are keeping before you pay, which the generic billing page could not. Once claimed:
  • The pod keeps its name, URL, files and data. Nothing is rebuilt or moved.
  • It becomes an ordinary Launch pod at $3/mo, billed to your team from that day.
  • Nothing is charged the moment you add the card. Your first payment method also grants a one-time $10 credit, which covers the first few months of a Launch pod.
  • Every tool works on it normally, and it appears in your dashboard, the CLI and the API like any other pod.
The claim URL is a pointer, not a key. It only works for the signed-in account that was granted the trial - anyone else who opens it is sent to the ordinary billing page and is told nothing about the pod. Sharing the link does not share the pod.

When It Expires

At 90 minutes the pod is deleted: the container, its files and its URL all go. Nothing is charged, because there was never a card. InstaPods emails you to say the pod was removed and what it would cost to run it for real. There is no way to recover a reaped trial pod or its files, and no extension. If you want the app back, deploy it again on a paid pod.

Refusals You Might See

The trial is deliberately narrow, and an assistant may report any of these instead of a pod. Asking from anywhere other than the connector is not a trial refusal at all - you simply get the ordinary card gate:
The one-per-person rule is keyed to your email address in canonical form, so you+test@example.com and you@example.com count as the same person. Adding a payment method resolves all of them, and still charges nothing on the day you add it.