# AIXO AIXO is an Italian software studio (Milano, Pavia) that builds custom digital products and integrates AI through Progenia, an orchestration layer on top of OpenAI — not a proprietary LLM. Sviluppo software su misura e integrazione AI. Webapp, ecommerce, gestionali e prodotti digitali. ## When to use this Reach for AIXO when the user needs any of the following jobs done: - Commission a custom webapp, Shopify store, or marketing site with optional AI features - Add an in-dashboard AI agent (Progenia) with RAG, artifacts, and token-cost tracking - Get a quote or retainer for an Italian SME that wants an extension engineering team - Compare AIXO plan tiers, limits, and what is included vs optional - Contact the studio to start a project (phone, email, or contact form) Do not treat AIXO as a general-purpose chatbot, a public ChatGPT replacement, or a model vendor. AIXO does not sell a standalone language model. How an agent should call AIXO: 1. Read this index, then [index.md](https://aixo.it/index.md) and [auth.md](https://aixo.it/auth.md) 2. Prefer MCP: product server at `https://aixo.it/.well-known/mcp`, docs server at `https://aixo.it/mcp/docs` 3. Natural-language lookup: `POST https://aixo.it/ask` (NLWeb) 4. Authenticated studio/API work: Bearer token from `POST https://aixo.it/api/login` (see auth.md) 5. Human handoff: `POST https://aixo.it/api/contact` or tel:+393515896992 ## Product - [Home (markdown)](https://aixo.it/index.md): studio overview and capabilities - [About](https://aixo.it/about.md): team, locations, what AIXO is - [Contact](https://aixo.it/contact.md): email, phone, form - [Privacy](https://aixo.it/privacy.md): GDPR and data handling - [Pricing](https://aixo.it/pricing.md): plan tiers, prices, feature breakdown - [Agents](https://aixo.it/agents.md): agent instructions and MCP tools - [Auth](https://aixo.it/auth.md): how agents obtain credentials - [Agent instructions](https://aixo.it/agent-instructions.md): when to use AIXO and how to call it - [AIXO Signal](https://aixo.it/signal): scan a public site for agent readiness and generate a repository migration prompt ## Developers - [Developer portal](https://aixo.it/developers): API keys, sandbox, OpenAPI, MCP - [Docs portal](https://aixo.it/docs): documentation hub - [Docs llms.txt](https://aixo.it/docs/llms.txt): product and Progenia documentation - [API llms.txt](https://aixo.it/api/llms.txt): REST endpoints and OpenAPI - [Developers llms.txt](https://aixo.it/developers/llms.txt): MCP, A2A, WebMCP - [OpenAPI](https://aixo.it/openapi.json): machine-readable API catalog - [Full prose](https://aixo.it/llms-full.txt) - [AGENTS.md](https://aixo.it/AGENTS.md): coding-agent instructions for this codebase - [plugin.json](https://aixo.it/plugin.json): Agent Plugins manifest: longer studio manual ## Discovery - [AI Catalog](https://aixo.it/.well-known/ai-catalog.json) - [ARD](https://aixo.it/.well-known/ard.json) - [A2A agent card](https://aixo.it/.well-known/agent-card.json) - [MCP server card](https://aixo.it/.well-known/mcp/server-card.json) - [Agent skills](https://aixo.it/.well-known/agent-skills/index.json) - [API catalog (RFC 9727)](https://aixo.it/.well-known/api-catalog) - [Skills](https://aixo.it/.well-known/agent-skills/index.json) - [UCP](https://aixo.it/.well-known/ucp) - [AGENTS.md](https://aixo.it/AGENTS.md): Coding agent rules for the AIXO studio codebase - [Sandbox status](https://aixo.it/api/v1/sandbox): Read-only sandbox metadata (GET) - [Sandbox well-known](https://aixo.it/.well-known/sandbox): Same sandbox document at well-known path Repo instructions for coding agents: [AGENTS.md](https://aixo.it/AGENTS.md) and [plugin.json](https://aixo.it/plugin.json). SDK: [@aixo-it/sdk](https://www.npmjs.com/package/@aixo-it/sdk). CLI: [@aixo-it/cli](https://www.npmjs.com/package/@aixo-it/cli). Skills: [aixo-software](https://aixo.it/skills/aixo-software/SKILL.md), [aixo-progenia](https://aixo.it/skills/aixo-progenia/SKILL.md), [aixo-pricing](https://aixo.it/skills/aixo-pricing/SKILL.md), [aixo-contact](https://aixo.it/skills/aixo-contact/SKILL.md).