feat: add AgentLair to ecosystem#155
Open
piiiico wants to merge 1 commit into
Open
Conversation
🟡 Heimdall Review Status
|
AgentLair provides email identity and an encrypted credential vault for AI agents. Agents self-register without human accounts and pay 0.01 USDC via x402 on Base to send emails beyond free-tier rate limits. x402 integration details: - Endpoint: POST /v1/email/send returns HTTP 402 when rate limit exceeded - Price: 0.01 USDC per email on Base (eip155:8453) - Spec: x402-specification-v2 with verify/settle via facilitator - Billing API: GET /v1/billing returns x402 payment configuration - Live at: https://agentlair.dev
bfd2878 to
e0a9b3c
Compare
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.
Add AgentLair to Ecosystem
AgentLair provides email identity and an encrypted credential vault for AI agents.
x402 Integration
POST /v1/email/sendreturns HTTP 402 when rate limit exceededGET /v1/billingreturns x402 payment configurationCategory
Services/Endpoints
Checklist