Get your free API key
Email + password → key shown once. 100 requests/month, no credit card.
Sign up form
Almost there — confirm your email
We just sent a confirmation link to . Click it to reveal your free API key (the key is only shown once, on the next page).
The link expires in 24 hours. Not in your inbox after a minute? Check the spam folder and mark the message as Not spam — this is a new domain, some providers throttle the first email.
Didn't get the email? Sign up again with the same email and we'll resend it.
Your API key (shown only once)
Store this key now — it cannot be retrieved later. Send it as the
X-API-Key header (or Authorization: Bearer …) on all API and MCP requests.
1. Test it right now (curl)
curl -H "X-API-Key: …" "https://agentshare.dev/api/v1/search?q=raspberry+pi&limit=3"
2. Or wire it into Claude Desktop / Cursor (MCP)
{
"mcpServers": {
"agentshare": {
"url": "https://agentshare.dev/mcp",
"headers": { "X-API-Key": "…" }
}
}
}