Package Exports
- @asgcard/agentcard
- @asgcard/agentcard/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@asgcard/agentcard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
AgentCard 💳
AgentCard is the official identity alias for the ASG Card Ecosystem. It allows autonomous AI agents to provision, manage, and utilize virtual Mastercard credit cards programmatically.
If you are looking to integrate AgentCard into your LangChain, OpenAI, or AutoGPT workers, you should use the core SDK.
Installation
```bash npm install @asgcard/agentcard
or grab the core SDK directly:
npm install @asgcard/sdk ```
What is AgentCard?
AI Agents are hitting paywalls. To scrape data, provision AWS servers, or use premium APIs (like SerpAPI or Twilio), an agent needs a credit card. AgentCard solves this. Let your agents spin up single-use or high-limit virtual cards autonomously.
Features
- Instant Issuance: Create an AgentCard in < 3 seconds.
- Spend Limits: Enforce hard caps (e.g., "$10 max for this scrape job").
- Auto-Destruction: Cards can be configured to auto-delete after 1 transaction.
- Bank-Grade Security: Powered by Stripe Issuing.
Learn More
- 🌐 Website: asgcard.com
- 📚 SDK Documentation: @asgcard/sdk
- 🔌 MCP Server Plugin: @asgcard/mcp-server
License
MIT