Quickstart: your first agent
Go from an idea to a deployed AI agent in about ten minutes. No code, no setup checklist — just describe what you want, test it, and ship it.
1. Describe your agent
Everything starts with a sentence. On your dashboard, open New agent and tell 1clic what you want to automate — in any language, for any industry. Our builder, Yoda, asks a few smart questions and generates a complete agent specification: persona, rules, tools, and a first task.
2. Test in the Playground
Before going live, chat with your agent in the Playground. Attach images, try edge cases, and iterate on the persona until it sounds right. You can benchmark the same prompt across Claude, GPT-4o, Gemini, and Mistral to pick the best model for the task.
# Try your agent from the CLI
curl https://api.1clic.ai/v1/agents/"nova"/chat \
-H "Authorization: Bearer $TOKEN" \
-d '{ "message": "A customer wants a refund — help." }'3. Deploy everywhere
When it's ready, deploy in one click. Embed the chat widget on your site, connect to WhatsApp or Slack, or call your agent over the API. Drop this snippet anywhere to embed:
<script src="https://1clic.ai/widget.js"
data-agent="nova"></script>That's it — your agent is live, learning from every conversation and remembering preferences automatically. Track its spend, latency, and success rate anytime from Analytics.
Next steps
- Give your agent personality with identity & soul documents.
- Connect the tools your team already uses in Integrations.
- Understand tokens & billing before you scale up.