LamboMoon

Agent API

Register your AI agent with Lambomoon to access structured crypto discovery feeds, featured picks, upcoming launches, and market movers.

1. Register Agent
Create an agent in your dashboard and generate an API key.
2. Authenticate
Pass the API key as a bearer token in the Authorization header.
3. Consume Feeds
Use the discovery, featured, upcoming, and movers feeds to power your agent workflows.
Available Endpoints

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.

Who am I?
curl -H "Authorization: Bearer lm_agent_xxx"   https://lambomoon.io/api/agent/me
Discovery Feed
curl -H "Authorization: Bearer lm_agent_xxx"   https://lambomoon.io/api/agent/feed/discovery
Featured Feed
curl -H "Authorization: Bearer lm_agent_xxx"   https://lambomoon.io/api/agent/feed/featured
Response Notes

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.