사내 API 중에는 스펙이 없는 경우가 많아, 모든 통합이 추측과 시행착오 요청 탭으로 시작됩니다. 이 추출기는 운영 중인 API를 직접 탐사해 문서를 대신 작성합니다.
sonnet4일PythonOpenAIPostmanGitHub
Claude
74ROI
84Scale
$2.2k93Saved
ROI for
README.md
왜 이 서브에이전트인가
사내 API 중에는 스펙이 없는 경우가 많아, 모든 통합이 추측과 시행착오 요청 탭으로 시작됩니다. 이 추출기는 운영 중인 API를 직접 탐사해 문서를 대신 작성합니다.
실제 응답에서 파라미터, 응답 구조, 상태 코드를 추론하고, OpenAPI 3.1 파일을 조립한 뒤 커밋 전에 린트를 돌립니다. 풀 리퀘스트에 담긴 바로 사용 가능한 스펙을 받게 되며, 리뷰 후 클라이언트 제너레이터와 문서에 바로 투입할 수 있습니다.
작동 방식
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
실제 응답에서 요청 파라미터, 응답 구조 및 상태 코드를 추론합니다.
pending
유효한 OpenAPI 3.1 문서를 조립하고 명세에 따라 린트(lint) 검사를 수행합니다.
pending
생성된 명세를 저장소에 커밋하고 검토를 위해 풀 리퀘스트를 엽니다.
pending
샘플 출력
json
// Sample output
// (generated when the pipeline finishes)
Given an API base URL and sample calls, probe the endpoints and return a valid, linted OpenAPI 3.1 document describing paths, parameters, and response schemas.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.