Ant International, the overseas arm of Ant Group, announced this month that it is rolling out an "Account for Agent": a business account designed for an AI agent to operate, with the owner delegating specific tasks like reconciliation, compliance checks and payment routing while keeping final control. The company reports that most of its Antom merchants have already deployed AI agents and that over 80% of their payment tasks now involve AI assistance. The headline is about payments, but the idea underneath it applies to every business running agents: an agent should never borrow a human's identity. It should get its own, with its own limits.
The Shared-Login Problem
Most small and mid-sized businesses wire their first agent up the fast way. Someone creates an API key from their own admin account, or pastes their credentials into a workflow tool, and the agent starts working. It works well, which is exactly why the shortcut sticks. Six months later you have an agent acting with the full authority of a senior employee, and three problems nobody planned for:
- No attribution: logs show the human did it. When a payment, a refund or a customer email looks wrong, you cannot tell whether a person or the agent was responsible.
- No ceiling: the agent inherits every permission the human has, including ones it will never legitimately need, such as changing bank details or deleting records.
- No clean off switch: revoking the agent means changing the human's credentials, which breaks their own access and everything else that key touches.
This is the same visibility gap we see behind most agent incidents. The agent is not misbehaving in any dramatic way. It is simply operating inside authority that was never scoped to the job.
What an Agent-Native Account Changes
The Ant International launch is a good template because it packages four ideas that any business can implement on its own stack, whether the system is a payment platform, a CRM, an ERP or a helpdesk:
- 1A separate identity: the agent has its own account and credentials, so every action is attributable to it and only it.
- 2Task-level delegation: the owner grants specific jobs (reconcile invoices, route payments under a set value) rather than a blanket role.
- 3Hard limits: spend caps, approved counterparties, allowed currencies or record types, enforced by the system rather than by the agent's prompt.
- 4Retained control: final approval stays with a human for anything outside the limits, and the owner can suspend the account instantly without touching anyone else's access.
The principle
A prompt that says "never spend more than $500" is a suggestion. A permission that rejects any transaction over $500 is a control. Delegate through the second, and use the first only as a backup.
A Realistic Scenario
A Wizeb client, a 60-person wholesale distributor, had an accounts-payable agent that matched supplier invoices to purchase orders and queued payments. It was running on the finance manager's own login. When a supplier changed its bank details by email, the agent processed the change request as routine, because the login it borrowed was allowed to edit vendor records. A human caught it before money moved, but only by luck. We rebuilt the setup around a dedicated agent account: it could read purchase orders and invoices, propose payments up to a per-invoice cap, and pay only to vendors already on an approved list. Editing vendor bank details was removed entirely and routed to a person with a callback check. Every action now carried the agent's own name in the audit log. Over the next quarter the agent handled roughly four in five invoices without intervention, and the finance manager's review time dropped from two days a week to a half-day, with no incidents.
How to Set This Up in One Week
- 1List every agent you run and the credentials it uses today. Any agent using a human's key or login goes to the top of the list.
- 2Create a dedicated identity for each agent in each system it touches. Name it clearly so the audit log reads like a story.
- 3Write the job description first, then grant only those permissions. Read access by default, write access only where the task requires it.
- 4Put numeric limits in the system: per-action value, daily total, approved counterparties, allowed record types.
- 5Define the escalation path. Anything beyond the limits should land in a human queue with the agent's reasoning attached, not fail silently.
- 6Test the off switch. Suspend the agent's account once in a calm moment and confirm nothing else breaks.
Where Businesses Get This Wrong
The common mistake is treating limits as an afterthought once the agent has proven itself. The reverse works better: start with tight limits, watch the escalation queue, and loosen them as the data shows the agent is right. If the queue is full of items the agent should have handled, raise the cap. If it never triggers, you have either set the limits too loosely or found a genuinely reliable workflow, and the audit log will tell you which. The second mistake is scoping by tool instead of by task. "Access to the accounting system" is not a job description. "Match invoices to purchase orders and queue payments under $2,000 to approved vendors" is.
How Wizeb Approaches This
Every agent we deploy ships with its own identity, task-scoped permissions, system-enforced limits and a documented escalation path before it touches a live workflow. We build these alongside the agent, not after the first incident, and we pair them with the monitoring that tells you when an agent's behavior drifts from its baseline. Payments are the sharpest example, but the same pattern protects customer records, outbound email and inventory changes. If you are running agents on someone's borrowed login today, that is the first thing to fix. Start at wizeb.com/services/ai-agents.
Audit your agents' access
Wizeb reviews every agent you run, maps the credentials and permissions it actually uses, and rebuilds it around a dedicated identity with limits enforced by the system. Most reviews find at least one agent with far more authority than its job needs. Visit wizeb.com/services/ai-agents to start the conversation.
Three Questions to Ask This Week
- 1If an agent made a costly mistake today, could you tell from the logs that the agent, not a person, made it?
- 2Which of your agents could do something today that its job description never requires?
- 3Could you shut one agent down in a minute without affecting a single human user?
