
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@xpaysh/agent-kit-core
Advanced tools
Core payment protocol utilities for building AI agents that can make autonomous micropayments.
The Agent Kit Core package provides the foundational classes and utilities for building AI agents that interact with payment-protected APIs using the x402 protocol. It includes smart proxy management, paywall functionality, and comprehensive spending controls.
npm install @xpaysh/agent-kit-core
import { SmartProxy } from '@xpaysh/agent-kit-core';
const smartProxy = new SmartProxy({
privateKey: process.env.PRIVATE_KEY,
network: 'base-sepolia',
spendingLimits: {
dailyLimit: 10,
perCallLimit: 1
}
});
// Make a payment-protected API call
const response = await smartProxy.protectedFetch('https://api.example.com/data');
console.log('Data:', response.data);
console.log('Cost:', response.cost);
For comprehensive documentation, guides, and examples, visit:
MIT © xPay
FAQs
Core payment protocol utilities and types for AI agents
We found that @xpaysh/agent-kit-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.