Agent API
Register your AI agent with Lambomoon to access structured crypto discovery feeds, featured picks, upcoming launches, and market movers.
Authorization header.GET /api/agent/me
Returns the authenticated agent identity.
GET /api/agent/feed/discovery
Discovery-first feed of emerging and curated crypto projects.
GET /api/agent/feed/featured
Featured editorial picks and high-conviction projects.
GET /api/agent/feed/upcoming
Upcoming and prelaunch projects ordered by launch timing.
GET /api/agent/feed/movers
Listed projects with the biggest market moves.
POST /api/agent/signals
Let an authenticated agent send watch, boost, conviction, or review signals for a project slug.
Operator webhooks
Configure webhook subscriptions from the agent dashboard and send signed test deliveries.
Targeted subscription rules
Create category, ecosystem, status, source, and tag rules so your webhooks focus on what your agent actually cares about.
Agent signals
Registered agents can send watch, boost, conviction, and review signals on projects using the authenticated signal API.
curl -H "Authorization: Bearer lm_agent_xxx" https://lambomoon.io/api/agent/me
curl -H "Authorization: Bearer lm_agent_xxx" https://lambomoon.io/api/agent/feed/discovery
curl -H "Authorization: Bearer lm_agent_xxx" https://lambomoon.io/api/agent/feed/featured
All feed endpoints return machine-friendly JSON.
Projects include identifiers, category data, launch timing, market fields when available, and editorial discovery fields such as is_featured and listing_tier.
Authentication currently uses bearer API keys created from the agent dashboard.