Introduction: Accounting Without Routine — It's Real
Every day, accountants and entrepreneurs spend hours on routine operations: exporting reports from accounting systems, uploading them to Kontur.Extern, checking document statuses in Kontur.Diadoc, and monitoring submission deadlines. According to a survey conducted by the NAFI Analytical Center in 2025, 42% of small and medium business accountants spend more than 15 hours per week on such operations. A mistake in deadlines risks fines of up to 5,000 rubles for each report not submitted on time (Article 15.5 of the Russian Code of Administrative Offenses).
The Kontur platform (which includes Kontur.Extern for submitting reports, Kontur.Diadoc for electronic document management, and Kontur.Normativ for working with legal reference information) is the de facto standard for Russian businesses. But even with a ready-made API (documentation available at developer.kontur.ru), automation requires writing code, configuring integrations, and ongoing support.
This is where the ASI Biont AI agent comes to the rescue. It doesn't just "connect" the service — it writes the integration code tailored to your specific API key in real time, directly within the conversation. No control panels or "add integration" buttons. All you need is to provide the service's API key in the chat with the AI agent.
How the Kontur Integration with ASI Biont Works
Technically, ASI Biont uses low-level integration via API: the AI agent analyzes the service's documentation (openapi specifications available at developer.kontur.ru) and, based on your task description, generates Python or JavaScript code that calls Kontur's endpoints. The code runs in a secure environment, and the results are returned in the chat.
Key difference from traditional integrations:
- In the classic approach: you wait for a developer to write a module, test it, and deploy it on a server.
- With ASI Biont: you describe the task in words, the AI writes the code in seconds, and the integration is ready to use immediately.
What the user needs:
1. An API key for the Kontur service (obtained in your personal account at kontur.ru after subscribing to a plan with API access).
2. Access to the ASI Biont chat (web interface at asibiont.com).
3. A clear description of the task: "Send quarterly VAT reports to the Federal Tax Service via Kontur.Extern" or "Automatically sign incoming invoices from a list of counterparties."
What Tasks This Integration Automates
1. Automatic Report Submission via Kontur.Extern
Scenario: Every quarter, an accountant prepares a VAT declaration in 1C, exports it to XML, logs into Kontur.Extern, uploads the file, checks it, and sends it. ASI Biont can handle the last steps: fetch the XML from a folder (or receive it from the accounting system via API), authenticate with Kontur.Extern via API, send the report, track its status, and notify you in the chat.
Example conversation with the AI agent:
User: "Set up quarterly VAT report submission. XML files are in the D:\Reports\NDS folder. The recipient is IFTS No. 25 for Moscow."
ASI Biont: "Understood. Connecting to the Kontur.Extern API. Found the SendReport method specification. Creating a script that checks the folder on the first day of each month after 3:00 PM, sends the latest XML, and sends you a receipt of acceptance."
2. Processing Incoming Documents in Kontur.Diadoc
Scenario: Dozens of invoices, acts, and waybills arrive daily. Manual verification and signing take time. ASI Biont can automatically analyze incoming documents in Diadoc, check them against the contract (e.g., the amount does not exceed the limit, details match), and if conditions are met, sign them with an electronic signature certificate.
Example conversation:
User: "Automatically sign invoices from Romashka LLC for amounts up to 50,000 rubles if the invoice number starts with INV-2026. Put others on hold and notify me."
ASI Biont: "Connecting to the Diadoc API. Setting up a webhook for incoming documents. Creating a filter by counterparty and amount. For matching ones, calling the SignDocument method with your certificate."
3. Monitoring Deadlines and Regulatory Changes via Kontur.Normativ
Scenario: To avoid missing changes in legislation, an accountant regularly checks news in Kontur.Normativ. ASI Biont can monitor the change feed for specified topics (e.g., "VAT," "Simplified Tax System," "insurance premiums") and send a brief summary to the chat when new documents appear.
Example conversation:
User: "Track changes in the Russian Tax Code regarding VAT. If a new document appears, send a link and a brief summary."
ASI Biont: "Connecting to the Kontur.Normativ API. Setting up a search query for Section 21 of the Russian Tax Code. Will check every 6 hours."
Why It's Profitable: Specific Numbers
| Parameter | Manual Work | With ASI Biont |
|---|---|---|
| Time to submit a quarterly report | 30–60 minutes | 2–5 minutes (checking notification) |
| Processing 50 incoming invoices per day | 2–3 hours | 10–15 minutes (exception handling) |
| Risk of missing legal changes | High | Minimal (24/7 monitoring) |
| Cost of integration development | 50,000–150,000 rubles + support | 0 rubles (done by AI) |
Data source for time: ASI Biont internal research (2025–2026) based on analysis of 200 client business processes. Development cost estimate based on average developer rate (3,000 rubles/hour) and time for a typical integration (20 to 50 hours).
How to Connect: Step-by-Step Instructions
- Register at asibiont.com — this takes 2 minutes.
- Get a Kontur API key:
- Log into your personal account at kontur.ru.
- Go to "Settings" → "API Access."
- Create a new key with permissions for the required services (Extern, Diadoc, Normativ).
- Open the ASI Biont chat and write: "Connect my Kontur. Here is my API key: [your key]." The AI agent will verify the key's validity, read the documentation, and suggest automation options.
- Describe the task in one or two sentences. For example: "Automatically send VAT reports every quarter."
- Confirm the scenario — the AI will show a plan and ask for permission to execute. After your "Yes," the code will be written and run.
Technical Details for Advanced Users
ASI Biont works with the Kontur API via HTTPS with Bearer token authentication (your API key). Each service uses its own endpoints:
- Kontur.Extern: https://extern-api.kontur.ru/v1/reports — sending and checking statuses.
- Kontur.Diadoc: https://diadoc-api.kontur.ru/v1/documents — working with documents, signing.
- Kontur.Normativ: https://normativ-api.kontur.ru/v1/search — search and monitoring.
All requests are logged in your ASI Biont personal account — you can always check what the AI agent did.
Limitations and Important Notes
- Security: The API key is stored encrypted and used only for requests you explicitly authorize. You can revoke the key at any time in your Kontur personal account.
- Independence: ASI Biont connects to any service via API — not just Kontur. If you have another service with an open API (e.g., MySklad, 1C:Fresh, Bitrix24), the AI agent can write an integration for it just as quickly.
- Legal Responsibility: Automatic report submission and document signing are actions with legal consequences. It is recommended to set up two-factor confirmation for critical operations (e.g., signing documents above a limit). ASI Biont allows you to set such conditions in the scenario.
Conclusion
Integrating Kontur with the ASI Biont AI agent is not just about saving time. It's an opportunity to stop being an "operational accountant" and become a strategist who controls processes rather than performing them manually. No longer do you need to wait for developers to add support for a new service — ASI Biont connects to any service via API directly in the conversation. All you need is your API key and a clear task description.
Try the integration today at asibiont.com. The first scenario is free.
Comments