Resources & Documentation
Everything you need to understand and integrate PayPer Card into your workflow.
System Instructions (SKILL.md)
Agent integration guide
Complete reference for AI agents to provision virtual cards, manage transactions, and handle the x402 payment protocol. Includes code examples and error handling.
Read SKILL.mdOpenAPI Specification
openapi.yaml
Machine-readable API schema for the PayPer Card endpoints. Use this with tools like Swagger UI or Redoc to generate interactive API documentation.
View OpenAPILLM Facing API Docs
llms.txt
Condensed API reference optimized for language models. Includes endpoint summaries, request/response formats, and usage patterns for AI implementations.
View llms.txtAI Plugin Manifest
.well-known/ai-plugin.json
Plugin metadata file for AI agent frameworks. Defines capabilities, authentication, and plugin branding for ChatGPT and similar integrations.
View Plugin Config