一键导入
lamatic
Operating guide for AI agents working with Lamatic.ai — a managed platform for building, deploying, and monitoring AI applications and agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Operating guide for AI agents working with Lamatic.ai — a managed platform for building, deploying, and monitoring AI applications and agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | lamatic |
| description | Operating guide for AI agents working with Lamatic.ai — a managed platform for building, deploying, and monitoring AI applications and agents. |
| version | 1.0.0 |
This document tells AI agents (Claude, Cursor, custom assistants, etc.) how to work effectively with Lamatic.ai. It is not general user documentation. For that, see llms.txt or the full docs.
Lamatic.ai is a managed platform for building AI-powered applications. The core unit of work is a Flow, a graph of connected Nodes that runs in order. A Flow is built in the Studio editor, deployed to an endpoint, and then called via API, SDK, CLI, or an MCP server.
Key concepts:
Pick the right tool for the job:
| Goal | Use |
|---|---|
| Answer a question about Lamatic itself | Docs MCP — hosted, no auth needed |
| Run a deployed flow from natural language | Graph MCP |
| Manage projects / flows / credentials programmatically | CLI or Enterprise API |
| Call a flow from application code | SDK (JS/TS, React, Next.js, Go) |
| Make raw GraphQL requests | API Integration |
| Connect Lamatic flows to external MCP servers | MCP Node |
Two key types:
Authorization: Bearer <key> plus x-project-id: <project-id>.lt-org-...). Used for managing org-level resources. Required by the CLI, Graph MCP, and Dev MCP.Never log, print, or commit either key. If a user pastes one in chat, treat it as sensitive.
https://lamatic.ai/llms.txt — curated documentation index, markdown links.https://lamatic.ai/llms-full.txt — full concatenated docs in one file.https://lamatic.ai/<doc-url>.md — markdown version of any doc page (append .md).https://docmcp.lamatic.ai/api/mcp — Docs MCP server (free, no auth).https://<project>.lamatic.dev/graphql — per-project GraphQL endpoint for running flows..md URLs when fetching docs pages programmatically; you get clean markdown instead of rendered HTML.snake_case in the low-code config (e.g. recipient_email, is_html, add_label_ids)..md page.lamatic project delete or dev_delete_project without explicit user confirmation.If something on this page contradicts the latest docs, the docs win.