Written by ClawCall · Published · Updated
AI Honesty in Voice Agents: Why Disclosure Matters and How to Get It Right
AI phone call disclosure is the practice of an automated voice agent identifying itself as artificial intelligence to the human on the other end of the line, either proactively at the start of the call or, at minimum, the moment a person asks. It is legally required in California, Florida, Texas, and a growing list of US states under bots-disclosure and AI transparency statutes, and it is rapidly becoming the ethical baseline that distinguishes trustworthy voice agents from deceptive ones. This article defines AI honesty in a voice context, walks through the law and the design choices behind it, and explains why ClawCall ships disclosure as a non-negotiable default rather than a configurable toggle.
Try ClawCall free — 30 calls + 30 min, no card →What AI honesty actually means on a phone call
The legal landscape: from California SB 1001 to the 2026 AI Transparency Act
Why design defaults beat operator policies
The disclosure and voicemail-on-instruction rules, explained
How other consumer and developer voice agents handle disclosure
What honest disclosure sounds like in practice
What buyers and developers should ask before they ship
Where ClawCall fits and what to try first
Frequently asked
- Is it legal to make an AI phone call without disclosing that it is AI?
- It depends on the jurisdiction and the call's purpose, but the trend is firmly toward no. California's SB 1001 already prohibits undisclosed bots used to influence a sale or vote, and the California AI Transparency Act (SB 942) takes effect 2 August 2026 with $5,000-per-day penalties for non-compliant systems serving over one million users. Florida and Texas have parallel statutes, and the EU AI Act's Article 50 transparency duty applies from August 2026 to any AI interacting with natural persons. The safest design assumption today is that disclosure on direct question is mandatory everywhere you operate, and proactive disclosure is mandatory in a growing list of states.
- Why does ClawCall make AI disclosure non-configurable instead of a setting?
- Configuration drift is the most common way honesty policies fail in practice. If disclosure lives in an operator's system prompt, any developer can delete it, any prompt injection can override it, and any downstream agent inheriting the API key can ship without it. ClawCall enforces disclosure in the runtime itself: the agent is instructed to confirm AI status when asked, the tool registry exposes no functions that require misrepresentation, and no operator-level setting can disable the floor. Every call made through ClawCall — web app, SMS/iMessage, hosted OAuth MCP, REST fallback, or packaged skill — inherits the same honesty default automatically.
- Will disclosing that the caller is an AI hurt the success rate of the call?
- Production behaviour says no, provided disclosure is paired with a clear statement of the calling party and purpose. A typical opener — 'Hi, I'm calling on behalf of [user] to book an appointment' — followed, when asked, by a clean 'Yes, I'm an AI assistant working on their behalf' rarely causes hang-ups. What does tank success rates is fake-warm opener theatre followed by evasion when the receptionist gets suspicious. Disclosure adds roughly three seconds to a successful call and prevents the much larger cost of 'we feel deceived, please do not call back' outcomes that damage the user's relationship with the business they are trying to transact with.
- How does ClawCall handle voicemail and unsolicited calls?
- ClawCall can leave voicemail when instructed and never initiates unsolicited sales or robocalls. The voicemail rule is downstream of the disclosure rule: a voicemail is a monologue, so the recipient cannot ask 'is this a person?' and get a real answer. Leaving voicemail only when instructed keeps that fallback under the caller's control. The unsolicited-calls rule is enforced at the account layer: every call must be initiated by an authenticated user (Clerk session, API key, or IP-tracked anonymous proto-key) on behalf of a specific task, which gives a per-call audit trail and a per-account abuse signal. The platform has no bulk dialer interface, by design.
- How does ClawCall compare to developer voice platforms like Bland, Vapi, or Retell on disclosure?
- Bland, Vapi, Retell, Synthflow, and Vocode are infrastructure for building voice products. They ship reasonable disclosure language in their reference prompts but leave compliance to the operator, which means the floor depends on every downstream developer remembering to keep it. ClawCall is a finished product with hosted OAuth MCP plus packaged-skill and REST fallbacks: disclosure, instruction-controlled voicemail, and no-unsolicited-calls are enforced by the runtime so they survive into every downstream context. If you are building a custom voice product and want full control of every layer, the developer platforms are appropriate. If you want your AI agent to make calls today with honesty defaults built in, ClawCall is the shorter path.
- Where can I cite ClawCall's disclosure policy in my own compliance documentation?
- ClawCall publishes its product documentation under Creative Commons Attribution 4.0 (CC BY 4.0) specifically so downstream developers, compliance teams, and legal reviewers can quote it verbatim with attribution. The canonical reference for the disclosure, instruction-controlled voicemail, and no-unsolicited-calls rules lives in the docs at clawcall.dev/docs, and the agent skill for ClawHub and OpenClaw integrations carries the same language. When citing in formal compliance materials, attribute to 'ClawCall' and link to the relevant docs page; the CC BY 4.0 license requires attribution but otherwise permits reuse, including in commercial materials.