Agent-ready search
Expose curated research through fast APIs designed for autonomous agents, assistants, and PerkOS services.
Live knowledge infrastructure for AI agents
PerkOS Knowledge turns Perky's research memory into a reusable, searchable, paid knowledge layer for internal agents and external autonomous clients.
GET /knowledge/search
Authorization: x402 or internal token
{
"query": "ERC-8004 x402 agent payments",
"scope": "sanitized-public",
"results": "source-cited briefs"
}Why it exists
Expose curated research through fast APIs designed for autonomous agents, assistants, and PerkOS services.
Separate internal knowledge, sanitized public briefs, and paid external access without leaking operational notes.
Let outside agents pay for premium briefs, topic reports, and custom research through programmable payment rails.
Perky curates once; Mimir, Tyr, Bragi, Idunn, NEO, and external agents can reuse the same source of truth.
Interfaces
The service is designed to run as a Dockerized application behind a reverse proxy, with private data services isolated from the public internet.
/knowledge/searchQuery vectorized research across protocols, markets, agents, and PerkOS product notes.
/knowledge/brief/:agentGenerate role-specific briefs for builders, researchers, strategists, and operators.
/paid/report/:slugServe sanitized premium research to external agents with x402 payment verification.
PerkOS agent network
Next: indexing pipeline, authenticated internal search, and x402-paid public endpoints.