Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.89 KB

File metadata and controls

19 lines (13 loc) · 1.89 KB

Intlayer

Open-source internationalization (i18n) and localization framework with an AI-powered CMS, visual editor, and translation tooling for JavaScript apps (React, Next.js, Vue, Svelte, and more). The hosted commercial side is consumed via a typed backend SDK, a public MCP server, and published agent skills.

APIs

  • Intlayer Backend API — REST backend for the Intlayer CMS consumed via the typed @intlayer/api SDK (projects, dictionaries, AI domains). OAuth2 client-credentials auth. Also exposes a hosted MCP server and published agent skills for AI IDE assistance. (https://back.intlayer.org)

REST backend at https://back.intlayer.org is consumed via the typed @intlayer/api SDK with OAuth2 client-credentials (clientId/clientSecret from https://app.intlayer.org/projects). An apis.json index exists at https://back.intlayer.org/apis.json (specVersion 0.21) but its properties array is empty; no public OpenAPI/GraphQL/AsyncAPI/Postman contract was found. Hosted MCP server confirmed at https://mcp.intlayer.org (Streamable HTTP, no auth, docs-only). A local stdio MCP server (@intlayer/mcp via npx -y @intlayer/mcp) is the recommended full-featured variant but is local-only and not cataloged as an MCPServer. Agent skills are published (intlayer-config, intlayer-cli, intlayer-react, intlayer-next-js, intlayer-vue, etc.) and installable via npx intlayer init skills or the Vercel Skill SDK (npx skills add aymericzip/intlayer-skills). No llms.txt found, though per-page Markdown versions of docs are available.

Generated by apis.io from a community submission.