polymer-pay-cli

Install Polymer Pay CLI, authenticate users, and proxy paid x402 requests.

1|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/polymerdao/pay-apis --skill polymer-pay-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymer-pay-cli
Source: https://github.com/polymerdao/pay-apis/tree/main/skills/polymer-pay-cli
Command: npx skills add https://github.com/polymerdao/pay-apis --skill polymer-pay-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This CLI skill solves the friction of installing Polymer Pay, authenticating with the service, and issuing paid x402 proxy requests from the command line, consolidating access to paid APIs in a developer-friendly workflow.

Core Features & Use Cases

  • Install and upgrade the polymerpay CLI globally.
  • Authenticate via device flow or API key and securely store credentials.
  • Check current user with whoami and revoke credentials with logout.
  • Proxy arbitrary endpoints through the Polymer Pay proxy with automatic payment handling.

Quick Start

Install the polymerpay CLI and start making paid API calls immediately using the CLI.

Frequently Asked Questions about polymer-pay-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate and proxy paid APIs from the terminal?

You can proxy paid APIs from the terminal by installing the Polymer Pay CLI, authenticating via device flow or API key, and issuing x402 proxy requests that handle automatic payment for arbitrary endpoints.

What is the x402 proxy request workflow for CLI-based API payments?

The x402 proxy workflow routes arbitrary endpoint requests through the Polymer Pay proxy, automatically handling payment and credentials so you can access paid APIs directly from the command line without manual transaction steps.

How do I securely manage API keys and credentials for paid API access?

You can securely manage API keys and credentials by authenticating with the CLI using an API key or OAuth device flow, which stores your credentials securely for subsequent paid proxy requests.

Do I need a Node.js runtime to use CLI tools for paid API proxying?

Yes, a Node.js runtime is required to install and run the CLI tool for paid API proxying. You also need a Polymer Pay account and access to your POLYMER_PAY_API_KEY or OAuth credentials to authenticate.

Can I check my current authenticated identity before making paid proxy requests?

Yes, you can verify your current authenticated identity by running the whoami command in the CLI, which confirms your active user session before you issue paid x400 proxy requests.

How do I revoke stored credentials when switching API proxy accounts?

You can revoke stored credentials and switch API proxy accounts by running the logout command in the CLI, which clears your secure credentials and ends your current authenticated session.