EveryDev.ai
Sign inSubscribe
Explore AI Tools
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,480+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1596
    • Coding1181
    • Infrastructure526
    • Marketing447
    • Design427
    • Projects384
    • Research357
    • Analytics331
    • Testing221
    • MCP216
    • Data205
    • Security196
    • Integration169
    • Learning154
    • Communication146
    • Prompts140
    • Extensions137
    • Commerce123
    • Voice122
    • DevOps99
    • Web77
    • Finance21
    1. Home
    2. Tools
    3. auth.md
    auth.md icon

    auth.md

    Identity & Access Management
    Featured

    An open MIT-licensed protocol from WorkOS that lets AI agents register and authenticate to services on behalf of users, discoverable through an AUTH.md file hosted at a service's domain.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Engagement

    Available On

    SDK
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Identity & Access ManagementAgent FrameworksMulti-agent Systems

    Alternatives

    AgentfieldAgent Identity (AID)Composio
    Developer
    WorkOSSan Francisco, CAEst. 2019$99M raised

    Listed May 2026

    About auth.md

    auth.md is an open protocol and reference implementation that lets AI agents authenticate to services on behalf of the users they act for. It is published by WorkOS on GitHub at github.com/workos/auth.md under an MIT license. The mechanism centers on a Markdown file named AUTH.md that a service hosts at its domain, telling agents how to register and obtain credentials.

    What It Is

    The repository describes a protocol for what it calls agentic registration. It defines three roles: an agent acting on behalf of a user, an agent provider that mints identity assertions (called ID-JAGs), and a service that accepts those assertions and issues credentials in return. When an agent is not tied to a user identity, or the agent provider does not support ID-JAGs, the service falls back to an OTP-based claim flow to authenticate the agent instead.

    The AUTH.md File

    At the center of the protocol is a Markdown manifest the service hosts, typically at a path like service.com/auth.md. The README describes this file as a skill manifest that agents read, laying out a procedural recipe for the agent to follow: discover, register, claim, use, and handle revocation. Service metadata is published at a well-known discovery endpoint that points agents to the AUTH.md skill, the registration URI, the claim URI, and the revocation URI.

    Registration Flows

    The README documents three registration flows that share a single /agent/auth endpoint, each matched to what the agent already has available. The identity assertion flow has the agent obtain an audience-specific ID-JAG from its provider, which the service verifies against the provider's published JSON Web Key Set before issuing credentials. The verified-email flow sends a claim email and uses a six-digit one-time code that the user reads back to the agent. The anonymous flow issues a scoped API key up front and lets a user later take ownership through the same OTP claim step, at which point the service swaps the key's pre-claim permissions for post-claim ones.

    What the Repository Includes

    The repository ships sample implementations for both sides of the exchange. The README points implementers to agent-services for a sample resource server and authorization server, and to agent-providers for a sample identity provider that mints ID-JAGs and publishes its JWKS. A shared workspace package holds common ports and types. The project is written entirely in TypeScript and runs locally with pnpm, exposing a sample service and provider that walk through the three flows interactively.

    Current Status

    The repository is public and MIT-licensed, with no tagged releases published at the time of writing. The codebase is presented as a reference implementation rather than a packaged product, intended to demonstrate the protocol and give implementers a starting point for both the service and provider sides.

    auth.md - 1

    Community Discussions

    Be the first to start a conversation about auth.md

    Share your experience with auth.md, ask questions, or help others learn from your insights.

    Pricing

    Open Source

    Capabilities

    Key Features

    • Agentic registration protocol for agents acting on behalf of users
    • AUTH.md skill manifest hosted at a service's domain
    • Discovery via well-known OAuth authorization server metadata
    • Identity assertion flow using ID-JAGs
    • JWKS-based signature and claim verification
    • Verified-email identity assertion with one-time code
    • Anonymous registration with OTP-based claim flow
    • Scoped API key issuance with pre-claim and post-claim permissions
    • Credential revocation handling
    • Sample agent service implementation (resource + authorization server)
    • Sample agent provider (IdP) implementation
    • Shared workspace package with common ports and types
    • Local development setup via pnpm

    Integrations

    OAuth 2.0
    JSON Web Key Set (JWKS)
    ID-JAG identity assertions
    TypeScript
    pnpm
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate auth.md and help others make informed decisions.

    Developer

    WorkOS

    WorkOS builds a modern API platform that enables developers to add enterprise-ready auth and user identity features to applications quickly. The team ships SDKs, docs, and tools to simplify SSO, SCIM-based directory sync, audit logging, and admin workflows. WorkOS MCP provides OAuth 2.1 for Model Context Protocol servers, enabling secure authentication for AI agents and agentic applications. Engineering and product teams focus on reducing integration time and maintenance for customers with a developer-first experience and hosted admin tooling.

    Founded 2019
    San Francisco, CA
    $99M raised
    59 employees

    Used by

    OpenAI
    Cursor
    Perplexity
    Vercel
    +23 more
    Read more about WorkOS
    WebsiteGitHub
    2 tools in directory

    Similar Tools

    Agentfield icon

    Agentfield

    Control plane for autonomous AI agents that treats agents as production-grade microservices with built-in cryptographic identity, observability, orchestration, and SDKs for Python, TypeScript, and Go.

    Agent Identity (AID) icon

    Agent Identity (AID)

    Open protocol for AI agent authentication and authorization using Ed25519 cryptographic identity, OAuth 2.0 token exchange, and scoped JWTs — no passwords, API keys, or secrets to rotate.

    Composio icon

    Composio

    Platform providing 10,000+ tools and integrations for AI agents with managed authentication, triggers, and multi-agent support.

    Browse all tools

    Related Topics

    Identity & Access Management

    Security-focused systems for managing user identities, authentication, authorization, and access control across applications and services.

    15 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    341 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    175 tools
    Browse all topics
    Back to all tools
    Discussions