Your Personal Agent for iPhone. Describe what you want in plain language and Mana turns it into a real, runnable creation on your iPhone — apps, trackers, two-player games, and shared albums — with a real backend wired in. Create · Play · Remix.
- Website: https://mana.am
- App Store: https://apps.apple.com/app/id6757949329
- Platform: iOS 26+
This repository is Mana's public agent & developer presence: machine-readable docs, an agent skill, and instructions for how AI agents and AI coding tools should understand and interact with Mana. The product itself (the iOS app and its backend) is closed-source; this repo exists so agents can discover Mana at a predictable, public location.
- Start with a sentence — describe what you want, like telling a friend.
- Mana writes the code — files, logic, and UI, generated and checked.
- It runs on your iPhone — no install, no TestFlight, instant.
- Share with one tap — every creation gets a
{handle}.mana.amlink; it can be remixed by anyone.
Native iOS surfaces (Dynamic Island, widgets, Siri, Shortcuts, sensors) and a real backend (database, file storage, push, email, realtime, 500+ integrations) are baked into every creation.
Base URL https://api.mana.am. No authentication; read-only; fair-use.
| Endpoint | Description |
|---|---|
GET /public/share/community |
Paginated, sortable, searchable community feed |
GET /public/share/tags |
Globally popular tags with counts |
GET /public/share/user/{handle} |
Public creator profile + their public apps |
GET /public/share/app/{handle}/{slug} |
Public data for one creation |
Full schema: OpenAPI 3.1. Responses use the
envelope { "code": 0, "data": ... }.
curl "https://api.mana.am/public/share/community?sort=recent&limit=5"There is no public write API or OAuth-for-agents flow. Public automation is read-only. Building happens in the iOS app.
Mana publishes a read-only MCP server for public community data.
- Canonical Streamable HTTP transport: https://api.mana.am/mcp
- Product alias: https://mana.am/api/mcp
- Docs-only MCP: https://mana.am/docs/mcp and https://mana.am/mcp
- Discovery: https://mana.am/.well-known/mcp
- Server card: https://api.mana.am/.well-known/mcp/server-card.json
- Registry manifest: https://mana.am/.well-known/mcp/server.json
- WebMCP manifest: https://mana.am/.well-known/webmcp.json
Tools:
search_community_appsget_popular_tagsget_creator_profileget_app_share
curl -X POST "https://api.mana.am/mcp" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'AGENTS.md— how AI agents / coding tools should interact with Mana.skills/mana/SKILL.md— installable agent skill (also served at https://mana.am/.well-known/agent-skills/mana/SKILL.md).- Context index: https://mana.am/llms.txt and https://mana.am/llms-full.txt
- Pricing: https://mana.am/pricing.md · Auth: https://mana.am/auth.md
- API examples: https://mana.am/api/examples.md
- Developer quickstart: https://mana.am/developers/quickstart.md
Install the official skill locally:
npx skills add https://github.com/mana-am/agent-presence --skill manaGPT-STORE.md— copy-paste configuration for a public ChatGPT GPT.MCP-REGISTRY.md— MCP Registry submission checklist.SMITHERY.md— Smithery listing and verified-server request.WIKIPEDIA-WIKIDATA.md— neutral entity and notability workflow.COMMUNITY-LAUNCH.md— third-party corpus launch checklist.
- X / Twitter: https://x.com/try_mana_app
- MCP registry target: https://api.mana.am/mcp
- Support: support@mana.am