EveryDev.ai
Subscribe
Home
Tools

3,864+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • 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
    1. Home
    2. Tools
    3. Keydris
    Keydris icon

    Keydris

    Access Control
    Featured

    Keydris is an AI agent authorization platform that checks and enforces what AI agents are allowed to do before each action executes, using versioned policies and decision records.

    Visit Website

    At a Glance

    Pricing
    Free tier available

    Evaluate Keydris with your first agent. No credit card required.

    Builder: $20/mo
    Pro: $99/mo
    Enterprise: Custom/contact

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Access ControlAutonomous SystemsAgent Frameworks

    Alternatives

    OneCLIKastraPermit.io
    Developer
    Keydris, Inc.San Francisco, CAEst. 2026

    Listed Sep 2026

    About Keydris

    Keydris is an authorization layer purpose-built for AI agents, currently available as a Developer Preview. It sits between an agent and the systems it acts on, evaluating each governed action against an operator-defined policy before execution and returning one of three decisions: ALLOW, APPROVAL REQUIRED, or REJECT. The platform is built by Keydris, Inc. and is accessible without an invite, sales call, or credit card.

    What It Is

    Keydris addresses a specific gap in AI agent security: existing identity and access tools like OAuth, IAM, and API credentials establish who has access, but they do not by themselves verify that a specific governed action is inside the policy assigned to a specific agent at the moment it is attempted. Keydris adds that per-action authority check. It is not an identity provider, agent runtime, monitoring product, or universal traffic proxy — it is the authorization decision layer that sits alongside those systems.

    The core model works as follows: an operator registers an agent in the Keydris console, authors a policy defining what that agent may do, and assigns the policy to the agent. The agent receives a short-lived session identity called a KIT (Keydris Identity Token). When the agent attempts a governed action, the receiving boundary — a broker running in the operator's environment — requests a verification decision from the Keydris platform. The platform evaluates the action against the current policy version and returns the decision. The boundary enforces it; Keydris does not execute the action itself.

    How the Authority Model Works

    The authority lifecycle has several distinct components:

    • Agents are operator-managed identities for AI workloads, registered in the console and assigned an Agent ID.
    • KITs are short-lived runtime identities issued per session; they bind the agent to the current policy at issuance time.
    • Policies are operator-authored, versioned rule sets that define permitted actions, defaults, and conditions. Updating a policy does not require redeploying the agent or redoing CLI setup.
    • Decisions are exactly three: ALLOW, APPROVAL REQUIRED, or REJECT. Each decision produces a decision record capturing the evaluated action, agent, policy version, checks, outcome, and timestamp.
    • Revocation invalidates the authority so the next verification attempt fails; it does not terminate the agent process or reverse completed actions.
    • Fail-closed behavior: if the Keydris control plane is unavailable, an action whose authority decision cannot be obtained does not proceed. This behavior is currently fixed, not configurable.

    Integrations and Deployment

    Keydris currently supports governing actions across MCP tool calls and resource reads, GitHub repository actions, Slack channel reads and posts, and local shell commands. The CLI (@keydris/cli) is public on npm and supports Node.js 20+ on Windows, macOS, and Linux. Setup follows five steps: register the agent and assign a policy in the console, install the CLI, initialize the harness with the Agent ID, start the background proxy, and run the agent. The broker runs in the operator's environment; on supported self-hosted paths, payload traffic stays inside that environment and only authorization information crosses to the Keydris platform.

    Decision Records and Audit Evidence

    Every governed action produces a decision record that is distinct from the action's outcome. The record preserves: the decision (ALLOW, APPROVAL REQUIRED, or REJECT), the authority evaluated (policy name and version), the request (agent, action, resource), the tool outcome reported after execution, and an explicit statement of what the record does not establish — request payload, tool response body, and downstream effects are not stored or claimed. Records are available for review and export. Keydris frames these as evidence of what was checked and decided, not a guarantee of universal safety or compliance.

    Current Status: Developer Preview

    Keydris is in Developer Preview as of the time of writing. Production use is described as possible, but the platform documentation explicitly states there is no production SLA yet. The CLI is public on npm, the documentation and an in-browser authority demonstration are open without an account, and signup requires no invite or credit card. The docs list the integrations currently supported, and the platform notes that latency benchmarks have not yet been published.

    Keydris - 1

    Community Discussions

    Be the first to start a conversation about Keydris

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

    Pricing

    FREE

    Free

    Evaluate Keydris with your first agent. No credit card required.

    • 1 agent
    • 1 policy
    • 1 team member
    • 1,500 KIT issuances/month
    • Unlimited verification

    Builder

    Popular

    Build real agent workflows with Keydris.

    $20
    per month
    • 3 agents
    • 3 policies
    • 1 team member
    • 5,000 KIT issuances/month
    • Unlimited verification
    • Additional KIT issuances available

    Pro

    Operate Keydris across your team.

    $99
    per month
    • 10 agents
    • 10 policies
    • 5 team members
    • 25,000 KIT issuances/month
    • Unlimited verification
    • Additional KIT issuances available
    • Team administration with roles

    Enterprise

    Govern AI agent authority across your organization with custom scale and terms.

    Custom
    contact sales
    • Unlimited verification
    • Custom scale
    • Organizational governance
    • Enterprise administration and roles
    • Custom commercial terms
    View official pricing

    Capabilities

    Key Features

    • Per-action authorization checks before AI agent actions execute
    • Versioned, operator-authored policies with ALLOW, APPROVAL REQUIRED, and REJECT decisions
    • Short-lived KIT (Keydris Identity Token) session identities for agents
    • Revocation of agent authority without terminating the agent process
    • Decision records with evaluated action, policy version, and outcome
    • Fail-closed behavior when control plane is unavailable
    • MCP tool call and resource read governance
    • GitHub repository action governance
    • Slack channel read and post governance
    • Local shell command governance
    • Broker runs in operator's environment for self-hosted enforcement
    • Team administration with roles (Pro and Enterprise)
    • Audit log with exportable decision evidence
    • Unlimited verification on all plans
    • CLI available on npm for Windows, macOS, and Linux

    Integrations

    MCP (Model Context Protocol)
    GitHub
    Slack
    Claude Code
    Codex
    npm
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Keydris, Inc.

    Keydris builds the authorization layer for AI agents, enabling operators to define versioned policies that govern what agents can do before each action executes. The platform issues short-lived session identities, evaluates per-action authority decisions, and produces auditable decision records — all without acting as an identity provider or agent runtime. Keydris operates as a Developer Preview product, with a public CLI on npm and open documentation accessible without an account.

    Founded 2026
    San Francisco, CA
    Read more about Keydris, Inc.
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    OneCLI icon

    OneCLI

    Open-source credential vault and transparent proxy that lets AI agents call external services without ever seeing API keys.

    Kastra icon

    Kastra

    Kastra is a runtime authorization platform that decides what AI agents, models, and tools are allowed to do — checking every prompt, tool call, shell command, and API request against policy in under a millisecond before execution.

    Permit.io icon

    Permit.io

    Permit.io is a full-stack authorization platform that provides fine-grained, real-time permissions for applications, APIs, and AI agents using RBAC, ABAC, and ReBAC models.

    Browse all tools

    Related Topics

    Access Control

    AI-enhanced tools for managing authentication and authorization.

    35 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    418 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    690 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions