Company · Docs
One path for whoever runs your books, another for whoever runs your bench.
For your team
Razyyn runs inside the ERPNext or Odoo your company already uses. Getting it set up is three steps, none of which involve you touching a terminal:
Your admin installs it
A one-time job for whoever manages your ERP — the exact commands are in "For developers" below.
We activate access
No self-serve signup: request access, we confirm a plan with you directly, then turn it on.
You open it from inside your ERP
Same login you already have. No new account, no separate password to remember.
Ready when you are — request access. For what it can and can't do with your books, see Security.
For developers
Razyyn ships as a thin connector app for your ERP — it authenticates through your existing users and forwards requests to the Razyyn agent server. The repo is private; request access below and we'll add you before you run get-app.
Frappe / ERPNext 14.x or 15.x
Python 3.10–3.12
MariaDB 10.6+ or PostgreSQL 14+
An existing bench you already run
cd /path/to/frappe-bench
bench get-app accountant_agent <repo-url-we-send-you>bench --site [your-site-name] install-app accountant_agentbench --site [your-site-name] migratebench build --app accountant_agent
bench restartThen, as a System Manager: open /app/agent-chat, sign in, open Agent Settings, and click Connect — no API key to copy by hand, it's issued and exchanged over your own authenticated session. Out of the box the agent holds zero business permissions and recording is off; you turn on write access deliberately, later.
Odoo 17.0 or 18.0
PostgreSQL 14+
cp -r razyyn_agent_connector /path/to/odoo/addons/odoo-bin -d your_db -i razyyn_agent_connector --stop-after-initThen create a connection record under Settings → Technical → Razyyn Agent Connections — it returns an API key shown once. Hand that key and your site URL to us during onboarding, the same way an ERPNext customer hands over their Frappe connection today.
Need repo access, or run something else entirely? Tell us what you're on — SAP support is already on the roadmap.