ZephyrosAI

Interactive Console

Test the x402 protocol and agent payments on Solana

Agent Configuration

Running in demo mode. Switch to Real Wallet to connect Phantom, Solflare, or other Solana wallets.

Generated Code

import { ZephyrosAgent } from '@zephyros/agent-sdk'

// Initialize agent
const agent = new ZephyrosAgent({
  network: 'mainnet-beta',
  gateway: 'https://gateway.zephyrosai.xyz'
})

await agent.connect()

// Request payment via x402 protocol
const payment = await agent.requestPayment({
  serviceUrl: 'https://api.zephyrosai.xyz/v1/example-service',
  amount: 0.01,
  currency: 'USDC'
})

console.log('Payment completed:', payment.signature)

Agent Logs

Configure your agent and click "Run Agent Simulation"
to see the execution logs

Demo & Live Mode

Start with demo mode for testing, switch to real wallet when ready for mainnet transactions.

Real Wallet Support

Connect Phantom, Solflare, or any Solana wallet when using Real Wallet mode.

Need Help?

Check the documentation for API references and integration guides.