All 51 Dependencies
Every package MyApi depends on, ranked by repo health score.
MyApi addresses a specific security gap in AI agent setups: raw API credentials scattered across local `.env` files, no audit trail of what an agent actually did, and no way to revoke one agent's access without rotating every key you own. It acts as a gateway between your sensitive service credentials and the agents that use them — connect a service once, then issue scoped, revocable tokens per agent instead of handing out raw keys.
Designed specifically for the growing ecosystem of AI agent tools (OpenClaw, Hermes, Claude Code, and others), MyApi centralizes credential management with per-agent scoping and a complete audit trail of every action taken through it, so access can be reviewed and revoked precisely rather than all-or-nothing.
AGPL-3.0 licensed and self-hostable via Docker, MyApi also offers a fully managed, zero-ops hosted instance at myapiai.com for users who want to skip server setup entirely while running the same underlying platform.