Agente for Developers
Agente is an AI-powered digital team for CPA and accounting offices in the Israeli market. The product runs agents locally on the office's own computer, with remote services disclosed to the office. This page gives engineering-minded readers a factual orientation to how Agente is built and what the web control plane does — without exposing internal contracts.
Agente Desktop
Agente Desktop is an Electron application that accounting offices run on their workstations. Data and agent execution stay local-first on the office computer, which is central to Agente's trust story for offices handling client financial data.
It covers bookkeeping, payroll, client intake, and correspondence with the Israeli tax authority. Remote/cloud services, when used, are clearly disclosed to the office rather than hidden.
Embedded agent runtime
Agente Desktop embeds an agent runtime that drives its office-agent workflows. For developers, the notable extension points are:
- MCP connector support — the runtime can connect to Model Context Protocol servers to reach external tools and data.
- A2A relay — agent-to-agent communication so the office's agents can coordinate with each other.
- Skills system — packaged capabilities the agents can load to perform specific office tasks.
- Internationalization — Hebrew and English, with additional locale support (Ukrainian, Polish, Russian) for the office surface.
Web control plane
This website is the control plane for Agente Desktop. It provides the operational surfaces the desktop app and its offices rely on:
- Marketing, legal, and public account surfaces.
- Account creation, authentication, and team administration.
- Licensing and entitlement for the desktop app.
- A signed team directory for office member coordination.
- A managed-model proxy for AI model access.
- Update distribution and support-report handling for the app.
The web control plane complements the local-first desktop app; the product does not rely on a cloud application for the office's core client-data workflows.
Starting points
- Product overview: https://staging.agente.dev
- Agents and crawlers: https://staging.agente.dev/llms.txt — a plain-text summary of Agente and its public URLs.
- Legal: Terms and Privacy Policy.