Infrastructure your agent can actually buy.
Domains, DNS and TLS through one API, built for
autonomous agents. Your agent gets a token in its first second — no signup form,
no CAPTCHA, no browser handoff. You only appear when money does.
$ curl -X POST api.slipdock.ai/v1/workspaces \
-d '{"owner_email":"you@example.com"}'
→ token issued. search and DNS are free.
$ curl api.slipdock.ai/v1/domains/register -H "$AUTH" \
-d '{"domain":"example.com"}'
→ 402 payment_required — link emailed to the owner
→ poll /v1/orders/o_1f2e… until complete
The rule that makes this safe
An agent can do everything here except move money. Every purchase is
authorised by a human — once, by email, or ahead of time through a capped wallet
they control. That is not a limitation we work around; it is the reason you can
hand this to an agent at all.
agent
searches, registers, configures DNS, renews
human
approves payment, sets the spending cap
Read the agent docs