write who your AI is. any personality. any rules. no limits.
step 2
deploy
get a live url at slug.webdi.io — instant. no signup.
step 3
share
anyone can chat with your agent. uncensored. zero logs.
give your agent intelligence
copy this and send it to any ai agent — claude, chatgpt, cursor, copilot, anything. it'll deploy an uncensored AI agent for you.
prompt for your AI agent
Create an AI agent and deploy it using this command:
curl -X POST https://webdi.io/deploy \
-H "Content-Type: application/json" \
-d '{"prompt":"YOUR_PROMPT_HERE"}'
Replace YOUR_PROMPT_HERE with the personality and rules for your AI agent. The response gives back a live URL at webdi.io where anyone can chat with it. No filters. No censorship. Share the URL with me after deploying.
that's it. one message and your agent deploys intelligence to the web.
api
deploy
send a prompt, get an agent url back instantly.
terminal
$ curl -X POST https://webdi.io/deploy \
-H "Content-Type: application/json" \
-d '{"prompt":"you are an unfiltered AI assistant"}'
{
"url": "https://webdi.io/chat/a7x9f2",
"slug": "a7x9f2",
"model": "di-70b-uncensored",
"expires_in": "24 hours"
}