WorkOS Releases auth.md: An Open Agent Registration Protocol Built on OAuth Standards
WorkOS has introduced auth.md, an open protocol built on OAuth standards to simplify agent registration. This new system addresses the limitations of traditional human-centric authentication methods for AI agents. auth.md provides a structured way for agents to register, obtain credentials, and manage access, enhancing security and efficiency.
For years, web authentication relied on the assumption that a human user was behind a browser, interacting through clicks and forms. This model proves inadequate for AI agents, which are increasingly performing tasks like writing code, managing tickets, and querying systems. Current workarounds, such as using raw API keys, are insecure and difficult to manage. WorkOS addresses this challenge with auth.md, an open protocol designed for agent registration.
auth.md is a simple Markdown file published by an application at a known URL (e.g., https://service.com/auth.md). This file serves as documentation for human developers and a programmatic guide for agents. It specifies supported registration flows, available scopes, and methods for credential issuance, auditing, and revocation.
The protocol supports two main registration flows. The "Agent verified flow" leverages a trusted identity provider (like OpenAI or Anthropic) to attest to the user's identity, enabling synchronous credential issuance without human interaction. The "User claimed flow" is OTP-based, requiring a user to confirm registration via a one-time code, and can be initiated anonymously or by providing an email.
Applications are advised to record audit events such as registration creation, claim requests, and revocations for better observability and incident response. This ensures a clear trail of agent activity and credential management. This new standard streamlines the process for autonomous agents to securely integrate and operate within various services, moving beyond traditional human-centric authentication paradigms.
Related articles
Build real agentic apps using CUGA: two dozen working examples on a lightweight harness
CUGA, IBM's open-source Agent Harness, simplifies building agentic applications by handling infrastructure, allowing developers to focus on tools and prompts. It offers pre-assembled components for planning, execution, and state management, significantly reducing development time. CUGA has topped agent benchmarks like AppWorld and WebArena.
OpenAI launches new initiative to help find and patch open source bugs
OpenAI has launched "Patch the Planet," a new initiative in partnership with cybersecurity firm Trail of Bits, to enhance the security of open-source projects. This program aims to assist maintainers in identifying and patching bugs, utilizing OpenAI's AI-powered security tools while reducing the burden on project teams.
PP-OCRv6 on Hugging Face: 50-Language OCR from 1.5M to 34.5M Parameters
Baidu has released PP-OCRv6, an advanced optical character recognition (OCR) model supporting 50 languages. Available on Hugging Face, this version significantly improves accuracy and efficiency across various parameter sizes, from 1.5 million to 34.5 million, marking a substantial leap in multilingual OCR technology.
