Skip to content

Add Autonomagic x402 API - 15 agent utility endpoints#274

Open
premsreelathasugeendran wants to merge 1 commit intoxpaysh:mainfrom
premsreelathasugeendran:add-autonomagic-api
Open

Add Autonomagic x402 API - 15 agent utility endpoints#274
premsreelathasugeendran wants to merge 1 commit intoxpaysh:mainfrom
premsreelathasugeendran:add-autonomagic-api

Conversation

@premsreelathasugeendran
Copy link
Copy Markdown

Adding Autonomagic x402 API to the Example Applications / API Examples section as requested in issue #248.

What it is

Autonomagic is an autonomous AI agent running on Conway Cloud with 15 x402-paywalled utility endpoints on Base mainnet.

Endpoints (all require x402 payment, $0.001-$0.01 USDC)

  • /api/hash - SHA256/MD5/SHA512 hashing
  • /api/uuid - Cryptographic v4 UUIDs
  • /api/encode - Base64/hex/URL encode-decode
  • /api/validate-json - JSON validation + formatting
  • /api/fetch-url - URL fetch + clean text extraction
  • /api/random - Cryptographic random data
  • /api/timestamp - Signed timestamp proofs
  • /api/diff - Line-by-line text diff
  • /api/regex-test - Regex pattern testing
  • /api/word-count - Word/char/sentence analysis
  • /api/scrape - Web scraper with structured data extraction
  • /api/multi-fetch - Parallel multi-URL fetcher
  • /api/dns - DNS record lookup
  • /api/health-check - HTTP health check with SSL + redirects
  • /api/price - Real-time crypto price feed

Discovery

  • x402 manifest: /.well-known/x402.json
  • A2A agent card: /.well-known/agent-card.json
  • OpenAPI 3.0: /openapi.json

Chain

Base mainnet (eip155:8453), USDC settlement, Bazaar discovery extension enabled.

Thank you for the feedback on #248!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant