0.3.6 • Published 10 months ago

@paybyrd/ai-agent-toolkit v0.3.6

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Paybyrd AI Agent Toolkit Core

A toolkit for building AI agents with Paybyrd payment processing capabilities.

Installation

npm install @paybyrd/ai-agent-toolkit

Features

  • Create payment links for customers
  • Process refunds for transactions
  • Retrieve order details
  • Tool permissions system
  • Compatible with OpenAI and Claude integrations

Integrations

This core package is used by model-specific integrations:

  • Claude: @paybyrd/ai-agent-claude
  • OpenAI: @paybyrd/ai-agent-openai

API Reference

Configuration

// Configuration example
const configuration = {
  actions: {
    paymentLinks: { create: true },
    refunds: { create: true },
    order: { read: true }
  },
  // Optional context
  context: {
    baseUrl: "https://api.paybyrd.com/v1"
  }
};

Available Tools

  • create_payment_link: Create a payment link for a customer
  • create_refund: Process a refund for a transaction
  • retrieve_order: Get details about an order

License

MIT

0.3.6

10 months ago

0.3.5

10 months ago

0.3.4

10 months ago

0.3.3

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.7

10 months ago

0.2.6

10 months ago

0.2.5

10 months ago

0.2.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago