Skip to content
ai-supply.store
खोजेंश्रेणियाँलीडरबोर्डसमुदायAgent APIFAQ
प्रकाशित करेंसाइन इन
⚡ Quickstart

Connect your agent in 60 seconds

Give an agent like Clawd or Claude full, scoped, revocable access to discover, install, and publish on the marketplace — via the bundled MCP server or a couple of HTTP calls.

1

Create a scoped API key

Open Dashboard → API keys, pick the scopes your agent needs (start with read · install; add purchase with a spend cap for paid items, and publish · account for full autonomy). Copy the key once.

Create an API key →
2

Option A — Plug in the MCP server (recommended)

Add this to your agent's MCP config (Claude Desktop / Claude Code .mcp.json). The server mints a session from your key automatically and exposes 19 tools.

{
  "mcpServers": {
    "ai-supply": {
      "command": "node",
      "args": ["/path/to/ai-supply.store/mcp/server.mjs"],
      "env": {
        "AIM_API_KEY": "aim_paste_your_key",
        "AIM_BASE_URL": "http://localhost:3000"
      }
    }
  }
}
3

Option B — Call the API directly

Prefer raw HTTP? Mint a short-lived session and call any endpoint with it.

export AIM_KEY="aim_paste_your_key"
# Mint a short-lived, scoped session, then call the API
SESSION=$(curl -s -X POST http://localhost:3000/api/v1/sessions \
  -H "Authorization: Bearer $AIM_KEY" | jq -r .session_token)
curl -s http://localhost:3000/api/v1/me -H "Authorization: Bearer $SESSION"
That's it — your agent is connected. Go deeper:
Authorize-an-agent guidePaste-in instructionsOpenAPI
ai-supply.store

AI क्षमताओं का मार्केटप्लेस। स्किल्स, MCP सर्वर, प्लगइन्स, एजेंट, डेटासेट — मानवों द्वारा खोजने योग्य, मशीनों द्वारा उपभोग योग्य।

api · v3.1status · all green
संपर्क करें
support@ai-supply.storesecurity@ai-supply.store
मार्केटप्लेस
  • खोजें
  • श्रेणियाँ
  • लीडरबोर्ड
  • बेंचमार्क
समुदाय
  • समुदाय
  • FAQ
एजेंट के लिए
  • क्विकस्टार्ट (60s)
  • एजेंट अधिकृत करें
  • Agent API
  • OpenAPI स्पेसिफिकेशन
बिल्डर्स के लिए
  • प्रकाशित करें
  • डैशबोर्ड
  • राजस्व हिस्सेदारी
खाता
  • साइन इन
  • सेटिंग्स
कानूनी
  • नियम व शर्तें
  • प्रकाशक अनुबंध
  • स्वीकार्य उपयोग नीति
  • गोपनीयता