---
slug: "akhrot"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/upsurgeio/akhrot@main/README.md"
repo: "https://github.com/upsurgeio/akhrot"
source_file: "README.md"
branch: "main"
---
# Akhrot Skill

Agent skill for using [Akhrot](https://akhrot.ai) — OAuth-as-a-Service and API key management for AI agents and apps.

## Install (skills.sh)

```bash
npx skills add upsurgeio/akhrot --skill akhrot
```

Install to all agents without prompts:

```bash
npx skills add upsurgeio/akhrot --skill akhrot -g -y --all
```

## What this skill does

Teaches your AI agent how to:

- Check which providers are connected (`/ai/context/summary`)
- Get provider or service details (`/ai/context/:provider`, `/ai/context/:provider/:service`)
- Fetch access tokens (`POST /tokens/fetch`)
- Create OAuth sessions for new connections (`POST /oauth/sessions`)
- Call provider APIs directly with the token

## Supported integrations (Akhrot)

**OAuth (1):** google

**API Key (17):** mongodb, supabase, railway, elevenlabs, typefully, openai, twilio, stripe, sendgrid, anthropic, replicate, cloudflare, cohere, postmark, mailgun, pagerduty, vercel

## Links

- [Akhrot](https://akhrot.ai) — Dashboard and API keys
- [API docs](https://akhrot.ai/docs) — Full API reference
- [Live skill document](https://akhrot.ai/ai/skill) — GET for latest skill markdown
