Skip to content

add authsome under Permissions & Authorization#27

Open
zriyansh wants to merge 2 commits into
ai-boost:mainfrom
zriyansh:add-authsome
Open

add authsome under Permissions & Authorization#27
zriyansh wants to merge 2 commits into
ai-boost:mainfrom
zriyansh:add-authsome

Conversation

@zriyansh
Copy link
Copy Markdown

@zriyansh zriyansh commented May 15, 2026

hey, opening this to add authsome under Permissions & Authorization, as the local-tier peer to Nango (which is already in this section).

authsome is a local, single-user OAuth2 and API-key credential broker for AI agents. login once via browser PKCE or device code, credentials live in an encrypted vault at ~/.authsome, a local HTTPS proxy injects them on outbound requests so raw keys never appear in the agent's process env. 30+ providers preconfigured (github, google, openai, linear, slack, notion, resend, stripe, etc).

it fits this section because the harness concern is the same: never leak credentials into the agent's process or context, treat secrets as a separately-authorized surface. authsome solves it for the local-dev / single-machine tier where deploying a hosted auth service like Nango or Composio is overkill.

ships an agentskills.io-compatible SKILL.md at https://github.com/agentrhq/authsome/tree/main/skills/authsome. CLI installs via uvx authsome@latest or pip install authsome. MIT, Python.

repo: https://github.com/agentrhq/authsome
license: MIT
pypi: https://pypi.org/project/authsome/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant