Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.x402layer.cc/llms.txt

Use this file to discover all available pages before exploring further.

Slayer on the Dashboard

Slayer AI lives at /dashboard/slayer-ai and has 56 tools covering the entire x402Studio dashboard. It can read your data, create resources, update settings, and delete items — all from natural language chat.
Slayer AI is available on Pro and Business plans. Free plan users see an upgrade prompt.

Endpoints

Slayer has full control over your API endpoints.
ActionWhat It Does
List endpointsShows all your endpoints with name, slug, price, chain, status
Get endpoint detailsFull details including pricing config, wallet, audience mode, AgentKit benefits, payment count
Create endpointSets up a new monetized API with origin URL, pricing, wallet, chain, and auto-generates an API key
Update endpointChange name, slug, price, mode, description, audience, AgentKit benefits
Delete endpointPermanently removes an endpoint (with confirmation)
Toggle activeEnable or disable an endpoint
Toggle marketplace listingShow or hide from the public marketplace
Rotate API keyGenerate a new API key, immediately invalidating the old one
View usage logsSee recent API requests with status codes, latency, timestamps
View earningsPer-endpoint revenue breakdown sorted by highest earners
List agentic endpointsView endpoints created by AI agents separately
Get endpoint schemaRetrieve the API schema (routes, parameters, body fields) for an endpoint
Set endpoint schemaUpdate or remove the API schema on an endpoint (pass null to clear)
Detect endpoint schemaProbe an origin URL for OpenAPI/Swagger specs and preview discovered routes (does not auto-save)

Endpoint Creation Details

When creating an endpoint, Slayer handles:
  • Slug uniqueness validation
  • Plan limit enforcement (Free: 1, Pro: 10, Business: unlimited)
  • API key generation — secure, encrypted at rest
  • Multi-chain setup — separate wallets for Base and Solana when chain is “both”
  • AgentKit benefits — free access, free trials, or discounts for ERC-8004 agents
API keys are shown once at creation. Slayer will remind you to save them immediately.

Products

Full CRUD for digital products.
ActionWhat It Does
List productsAll products with name, slug, price, delivery type, status
Get product detailsFull details including delivery config, branding, sales count
Create productNew digital product with auto-generated slug, price, wallet, chain
Update productChange name, price, description, audience mode, listing status
Delete productPermanently removes a product (with confirmation)
Toggle marketplace listingShow or hide from the public marketplace

Webhooks

Full webhook lifecycle management (Pro/Business only).
ActionWhat It Does
List webhooksAll webhooks with URLs, events, active status, last delivery
Create webhookNew HTTPS webhook with event subscriptions and signing secret
Update webhookChange URL, events, target scope, active status
Delete webhookRemove a webhook configuration
Rotate signing secretGenerate a new whsec_ signing secret
View deliveriesRecent delivery attempts with status codes, response times, errors
Webhook signing secrets are shown once. Use them for HMAC-SHA256 verification of incoming payloads.

Invoices

Create and manage payment invoices.
ActionWhat It Does
List invoicesAll invoices with client info, amounts, status, due dates
Create invoiceNew invoice with client name, email, amount, payment options, optional expiry (1-60 days)
Update invoiceChange client details, amount, description, status
Delete invoiceRemove an invoice
Simple shareable payment URLs.
ActionWhat It Does
List payment linksAll payment links with titles, amounts, status
Create payment linkNew one-time payment link with title and amount

Personal Access Tokens (PATs)

Manage MCP authentication tokens.
ActionWhat It Does
List PATsAll tokens with name, scopes, status (active/expired/revoked), expiry
Create PATNew token with name, scopes (mcp:read, mcp:endpoints:write, mcp:campaigns:write, mcp:products:write, mcp:*), and optional expiry (up to 10 years)
Revoke PATImmediately invalidate a token
PAT values (format sgl_pat_{48hex}) are shown once at creation. All create/revoke actions are audit-logged.

Analytics & Activity

Comprehensive data across your entire account.
ActionWhat It Does
Analytics summaryTotal revenue (endpoints + products), request counts, avg response time, success rate
Endpoint earningsPer-endpoint revenue breakdown with payment counts, sorted by highest
Endpoint usage logsRecent API requests with status codes, latency, timestamps (via gateway)
Activity logPaginated feed of payments, product sales, top-ups across all resources
Credit balanceCheck credits for a specific endpoint + wallet combination

Other Capabilities

ActionWhat It Does
View plan & limitsCurrent plan, usage counts, limits, billing info
List walletsConnected wallet addresses with network and verification status
List agentsRegistered ERC-8004 agents with reputation scores, endpoint bindings
Recent paymentsPayment history with payer wallet, amount, status, tx hash
Search marketplaceSearch endpoints, products, and agents by keyword
List componentsPayment components (Buy Me Coffee, Subscription, etc.)
Support threadsList support threads where you’re buyer or seller
Verification statusWorld ID human verification status
Platform guideOn-demand deep-dive docs on any platform topic

Fundraiser Campaigns

Full lifecycle management for Solana-based crowdfunding campaigns.
ActionWhat It Does
List campaignsShows all your campaigns with title, target, raised amount, status, contributor count
Get campaign detailsFull details including top contributions, funding progress, payment endpoint URL
Create campaignNew fundraiser with title, target amount, Solana wallet, optional ticker/category/deadline. Auto-provisions a payment endpoint.
Update campaignEdit title, description, X handle, images, or links (active campaigns only)

Campaign Creation Details

When creating a campaign, Slayer handles:
  • Slug generation from the title with random suffix
  • Payment endpoint provisioning — creates a fund-{slug} endpoint pointing to the platform escrow
  • Solana wallet validation — creator’s payout wallet must be a valid Solana address
  • Fee option configuration — supporters (default), creator, or split
Campaigns are Solana-only. Minimum target is $1,000 USDC. Financial fields (target, wallet, fee option) cannot be changed after creation.

Ratings & Reviews

Rate and review endpoints and products on the marketplace.
ActionWhat It Does
Submit ratingRate an endpoint or product (1-5 stars) with optional review text. Updates existing rating if you already rated.
Delete ratingRemove your own rating

Favorites

Bookmark endpoints and products for quick access.
ActionWhat It Does
List favoritesView all your favorited endpoints and products with details
Add favoriteBookmark an endpoint or product (max 50)
Remove favoriteRemove from favorites

Coupons

Validate and apply promotional coupon codes.
ActionWhat It Does
Validate couponCheck if a coupon code is valid for a specific plan and billing cycle
Apply couponApply a 100% off coupon to upgrade your plan for free
Coupons with partial discounts (e.g., 20% off) require completing payment at /dashboard/pricing. Slayer can only auto-apply coupons that give a completely free upgrade.

Platform Knowledge

Slayer understands the entire x402Studio platform. Ask it about any topic — endpoints, credits, webhooks, agents, marketplace, plans, security best practices, and more — and it will provide detailed, accurate guidance.

Safety

  • Confirmation required — Every write action (create, update, delete, rotate, toggle, revoke) requires your explicit confirmation before execution
  • User isolation — Slayer can only access your own data. It cannot see other users’ resources.
  • Audit logging — Sensitive actions like API key rotations and PAT management are fully audit-logged
  • Secrets never touch the AI — API keys, webhook signing secrets, and PAT values are delivered directly from the platform to your screen as secure cards. They never pass through the language model, are never stored in chat history, and are displayed exactly once.
  • Rate limited — Chat requests are throttled per-user to prevent abuse
  • No wallet access — Slayer cannot sign transactions, connect wallets, or initiate on-chain operations

What Slayer Can’t Do (Yet)

These actions require wallet signing or complex multi-step flows that aren’t suitable for chat:
  • Register or update ERC-8004 agents (requires on-chain transaction)
  • Create payment components (creates multiple sub-endpoints)
  • Connect or disconnect wallets (requires wallet signature)
  • Upgrade or downgrade plans (requires payment flow)
  • Set up XMTP messaging profile
  • Upload files for product delivery