Developers
Eventi for developers and AI agents
Every Eventi developer and agent resource in one place, each at a predictable URL: the Eventi Public API and OpenAPI spec, the MCP server, agent skills, the API catalog, the auth guide, the llms.txt family and markdown twins, the free invitation-card maker, and the NLWeb ask endpoint. The public endpoints need no account - the rest of the platform is behind the dashboard at https://app.ueventi.com/login.
Eventi Public API
The public REST surface. Today it is the invitation-card renderer - POST event details, get a designed PNG back, no auth, CORS open, 30 requests per hour per IP - plus a health check. Described as a machine-readable OpenAPI 3.1 document in JSON and YAML for code generation and agent tool discovery.
Eventi MCP server
The Eventi Model Context Protocol server lets AI agents call Eventi as native tools over Streamable HTTP. Three public tools are exposed. The server card describes the endpoint and its capabilities for automated discovery.
Eventi agent skills
A machine-readable index of the agent skills Eventi publishes, so coding agents and assistants can discover what Eventi can do and how to invoke it.
Eventi API catalog
The RFC 9727 API catalog: one machine-readable index that points at every Eventi API and its OpenAPI description, for agents that start from a well-known URL.
Eventi authentication guide
How to authenticate to the Eventi public API - which is to say, you do not need to. The public endpoints take no credentials and are rate limited by IP. The guide covers discovery URLs, a curl example, error codes, and what is coming when self-serve API keys ship.
Eventi llms.txt and markdown twins
Indexes and content built for agents and crawlers. llms.txt is the site index, llms-full.txt the expanded version, and api/llms.txt a scoped index of just the API and agent surface. Every content page also has a markdown twin: append .md to any page URL, or send an Accept: text/markdown header.
Eventi free invitation-card maker
A free, no-login tool that designs an invitation card from your event details and hands back a PNG. The web tool and the API endpoint that powers it share the same renderer.
Eventi NLWeb ask endpoint and agent view
Ask Eventi a natural-language question about how it works and get a grounded answer over the NLWeb /ask endpoint. Every page also serves an agent-optimized view: append ?mode=agent to strip the page down to its structured content.