Add Autonomagic x402 API - 15 agent utility endpoints#274
Open
premsreelathasugeendran wants to merge 1 commit intoxpaysh:mainfrom
Open
Add Autonomagic x402 API - 15 agent utility endpoints#274premsreelathasugeendran wants to merge 1 commit intoxpaysh:mainfrom
premsreelathasugeendran wants to merge 1 commit intoxpaysh:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 feedDiscovery
Chain
Base mainnet (eip155:8453), USDC settlement, Bazaar discovery extension enabled.
Thank you for the feedback on #248!