llms.txt |
두 길, 하나의 API. llms.txt를 Cursor, Claude Code, ChatGPT에 붙이거나 Publishable Keys로 브라우저 직접 앱을 만드세요.
복사. 붙이기. 배포.
llms.txt를 Cursor, Claude Code, Windsurf, ChatGPT에 붙이면 AI가 작동하는 통합을 작성합니다.
진짜 API 호출을 하는 AI-Canvas 앱.
브라우저에서 API에 직접 요청하는 단일 파일 React 앱을 Claude Artifacts, ChatGPT Canvas, Gemini 또는 Grok으로 빌드하세요. Stripe 스타일의 Publishable Keys (po_pk_) — 범위 제한, 예산 상한, 출처 고정.
AI를 위해 설계 — Postman이 아닌.
Die Postman Collection umfasst 1,5 MB JSON, optimiert für die Apps Postman/Insomnia/Bruno. llms.txt ist reines Markdown — ein Format, das jedes LLM nativ liest.
Postman Collection
~1.5 MBIn Postman, Insomnia oder Bruno importieren — per Klick testen, debuggen und im Team teilen.
Postman으로 이동 →llms.txt (Hub)
~53 KBShort index — paste into AI for quick lookups, endpoint discovery.
llms.txt →llms-full.txt
~780 KBEvery endpoint with params, response samples, error codes — paste when building real integrations.
llms-full.txt →Beispiel-Prompts
이 프롬프트는 Claude, Cursor, Windsurf, ChatGPT, Gemini 및 모든 다른 코딩 AI에서 작동합니다. No SDK는 템플릿 없이 바로 사용할 수 있습니다.
API 문서를 읽으세요:
[internal-endpoint] PDF 파일을 받아 OCR 텍스트를 추출하여 반환하는 Python 함수를 작성하세요. @Docs [internal-endpoint] /documentai/classify 를 사용하여 업로드된 송장을 분류하는 FastAPI 엔드포인트를 구축합니다. You have access to the PaperOffice API. The full spec is at:
https://api.paperoffice.ai/latest/docs/llms-full.txt
Use a Bearer token in the Authorization header. Jede KI spricht llms.txt.
마르다운은 현대 LLM의 고유한 언어입니다. URL를 문서 읽기 도구에 넣으세요 — 확장자나 플러그인은 필요 없습니다.
Zero Trust erforderlich — die Regeln sind fest verankert.
Publishable Keys 는 사용자가 AI 캔버스 아티팩트 소스 코드를 그대로 복사하더라도 안전하도록 설계되었습니다.
Gefährliche Endpunkte hart deaktiviert
DELETE, admin, billing, webhooks, token-management — hardcoded-blocked, regardless of scope.
Budget-Limit greift sofort
Wenn das lebenslange Kreditlimit erreicht ist: HTTP 402 BUDGET_EXHAUSTED. Nicht ein einziger Kredit mehr.
Rate-Limiting mit PaperOffice AI Cache-Unterstützung
Sliding-window per token. Exceeding returns HTTP 429.
Origin-Header verpflichtend
브라우저가 자동으로 설정합니다. 따라서 누출된 po_pk_ 를 서버 간 악용하는 것은 불가능합니다.
Sofortiger Widerruf
Hit "Revoke" — Redis cache is invalidated on the spot. Compromised key is dead in milliseconds.
Granular scopes
Each scope can be toggled individually in the dashboard.
Von null zu funktionierendem Code in 30 Sekunden
URL kopieren
Hole llms-full.txt für vollständige Spezifikationen oder llms.txt für einen schlanken Index.
AI에 붙여넣기
Claude fetches URLs automatically. Cursor has @Docs. ChatGPT browses it.
프롬프트 입력 및 전송
The AI understands every endpoint, auth, pricing and error code.
ReadyPublishable Keys에 대해 알아야 할 모든 것.
정말 Claude Artifacts에서만 작동하나요?
아닙니다 — po_pk_는 모든 최신 AI-Canvas 플랫폼에서 작동합니다: Claude Artifacts, ChatGPT Canvas, Gemini (Canvas & Gems), Grok Workspaces 및 v0.dev, Bolt.new, StackBlitz, CodeSandbox 같은 브라우저 환경.
po_pk_은 po_sk_와 어떻게 다른가요?
po_sk_(비밀 키)는 서버 간 통합을 위한 것으로, 전체 API에 대한 전체 액세스 권한을 가지며 브라우저에 노출해서는 안 됩니다. po_pk_(Publishable Key)은 브라우저 코드를 위해 구축되었습니다. 명시적으로 허용된 엔드포인트 그룹으로 범위가 제한되며, 수명 주기 크레딧 한도 및 오리진 잠금 기능이 있습니다. AI 캔버스 아티팩트 내의 po_sk_는 보안상 치명적일 수 있지만, po_pk_은 설계상 예상되는 피해 범위 내로 제한됩니다.
내 po_pk_이 공개되면 어떻게 되나요?
The damage stays contained: origin-lock, budget-cap, rate-limiting. "Revoke" kills it in milliseconds.
my-company.com과 같이 나만의 오리진을 구성할 수 있나요?
Yes. When creating the key, set a list of allowed origins. The WIDGET preset is built for this.
How do I set the credit budget?
At creation you pick a lifetime limit (default 1,000, AIDEMO 2,000, WIDGET 5,000). Adjustable anytime without rotating the key.
po_pk_은 po_sk_와 다르게 청구되나요?
아니요. 모든 API 호출은 po_sk_, po_ut_ 또는 po_pk_ 중 무엇을 사용하든 메인 계정에서 동일한 크레딧을 차감합니다. po_pk_ 예산 한도는 별도의 요금제가 아니라 추가적인 안전장치입니다.
po_pk_에서 제한되는 엔드포인트는 무엇인가요?
모든 DELETE 메서드와 모든 관리, 결제, 웹훅 및 토큰 관리 엔드포인트는 범위 선택과 관계없이 하드코딩으로 차단됩니다. 따라서 po_pk_으로는 데이터를 삭제하거나 결제 정보를 읽거나 새 토큰을 생성하는 것이 기술적으로 불가능합니다.
더 적은 토큰, 더 저렴한 프롬프트, JSON 상용구 없음 — llms.txt는 순수한 AI 추론을 위한 순수 콘텐츠입니다.
프롬프트 준비됐나요?
복사, 붙여넣기, 발송 — IDE 또는 브라우저에서 직접. 두 가지 경로, 하나의 API, 잠금 없음.