AI Resources
Machine-facing surfaces — MCP on :6535/:6536, agent skills, /llms.txt, /llms.json, and /llms/agents.
Resources for AI agents that inspect, understand, or operate an OKEngine application.
Two directions, one model
MCP is a surface of the model, not the model itself. Gate governs agents calling in; the AI element governs applications calling out to models.
External Agents → MCP (:6535) → Gate Check → Flow (inbound)
Flow → fx.ask / fx.stream → AI Runtime → Models & External Tools (outbound)AI & Agent Surfaces
MCP
Runtime MCP on :6535 for running apps; Docs MCP on :6536 for handbook search.
Agent Skills
AGENTS.md contract and autonomous maintenance skills.
llms.txt
Standardized machine-readable feeds: /llms.txt, /llms.json, /llms-full.txt, and markdown twins.
AI Element
Calling out: models, prompts, agents, and RAG inside your application.
OKID
OKE's native id generator — compact, URL-safe, cryptographically random ids from okengine/okid, with opt-in prefix, time-sortable, and alphabet-controlled variants.
MCP
OKE serves MCP on :6535 so agents can operate a running app, and apps consume external MCP servers as allowlisted tools on the same fx.call path.