daemon-intelligence
Installation
SKILL.md
Daemon-AI Platform Skill
Daemon-AI (daemon-ai-backend) is an AI agent backend platform built on Express + TypeScript.
It exposes an OpenAI-compatible API layered on top of OpenRouter, with blockchain tools,
finance data, and USDC-based billing.
Base URL: https://daemon-ai-production.up.railway.app
Quick orientation
| Who you are | What you need | Where to look |
|---|---|---|
| Developer integrating auth | Register, login, email verify | references/public-endpoints.md |
| Developer building an app | Chat, models, agent info, finance | references/agent-endpoints.md |
| Building an agentic loop | Tool use, streaming, MCP tools | references/agentic-patterns.md |
| AI agent calling the API | Auth flow + chat completions + tools | All three reference files |