If you've already got an Apragya account, this Quick Start gets a working agent live on one of your enterprise apps in under 5 minutes - entirely from the browser, no code needed. If you don't have an account yet, sign up at apragya.ai/register; the free trial includes everything below.
1. Open Vibe Studio
Sidebar > Vibe Studio > New Agent. You land on a blank canvas with a configuration panel on the right. Give the agent a name (e.g., "Invoice Reviewer") and describe what it should do in one sentence - the Studio uses that to seed the initial system prompt.
2. Pick the model, grant the tools
Pick a model from the dropdown - the picker shows the AI Credits impact of each so you can trade off quality vs cost. Then flip on the tools the agent needs from the built-in catalog: for an Invoice Reviewer, you'd grant invoice-read, PO-lookup, and post-to-ERP.
3. Wire it to an app
In the Bindings tab, pick the enterprise app (Invoice & AP for this example) and the event that should trigger the agent (invoice received). Save. From this moment, every incoming invoice fires the agent automatically.
4. Trigger a test run
Drop a test invoice into the Invoice & AP app. The agent fires automatically, runs the tools you granted, and posts its result back on the record. The Runs tab shows the full reasoning trace and the AI Credits consumed - the same view you'd use to debug any agent later.