๐ This document is also available in Cantonese ไธญๆ๏ผๅปฃๆฑ่ฉฑ๏ผ โ โ
Secure authentication for AI agents, without VPN, OAuth, or browser flows.
ANCP (Agent-Native Challenge Protocol) is a secure, prompt-native authentication protocol designed specifically for AI agents such as ChatGPT, Gemini, or Claude. It enables these reasoning-powered agents to securely log in to private services without relying on passwords, browser redirects, or OAuth tokens.
Unlike traditional human-centric protocols, ANCP is built on:
.well-known/ai-readme.json
)ANCP transforms authentication from a form-filling interaction to an intent-driven, cryptographically-verifiable conversation.
Todayโs secure login systems โ OAuth2, VPNs, SAML, and static API keys โ were designed for:
They are not compatible with prompt-native, stateless, autonomous agents. These systems break down when agents need to:
๐ ANCP was created to solve this: It allows agents to authenticate using ephemeral, explainable, and cryptographically valid payloads โ aligned with zero-trust and agent logic.
Capability | OAuth / VPN / SAML | ANCP |
---|---|---|
Agent-native | โ | โ |
Zero Trust Aligned | โ | โ |
Prompt-compatible | โ | โ |
Stateless | โ | โ |
Transparent to Agents | โ | โ |
Cryptographic Proof | โ | โ |
Secure w/o Model Holding Secrets | โ | โ |
.well-known/ai-readme.json
๐ Private key operations are performed by a local broker, not by the model. Agents orchestrate, but do not hold secrets. See Appendix A in the whitepaper.
These are not hypothetical โ they reflect urgent needs across AI-integrated workflows.
ANCP doesnโt patch broken flows โ it replaces them with a secure, transparent, cryptographic structure meant for AI-native use.
e449cae0a379e871f5db958c781c6736aa6e36068c17ea133d73225f7d834311
This hash certifies the authorship and cryptographic integrity of the ANCP whitepaper as published August 2, 2025.
932384cac6d00794b120aba57cbc827a5fa5b210c23c32850c29a634099730a8
This hash certifies the authorship and cryptographic integrity of the ANCP whitepaper as published July 25, 2025.
733194c61bd80ea4c57ef89a98182def819981820f7917069abf227ce5c4a03a
This hash certifies the integrity and authorship of the original ANCP whitepaper as published on July 20, 2025.
You may upload this whitepaper to ChatGPT, Claude, Gemini, or other agents and ask:
Let the agent tell you why ANCP is not optional โ itโs inevitable.
This protocol โ the Agent-Native Challenge Protocol (ANCP) โ was conceived, designed, and authored by:
Wai Yip, WONG
๐ LinkedIn
๐ป GitHub
All structure, reasoning, and naming originate from this design.
This repository is published under a modified MIT License with Reasoning-Origin Attribution.
See the LICENSE
file for details.