II.
APIEndpoint JSON
Structured · liveapi-endpoint:kradle-web-post-git-proxy
POST /api/git-proxy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:kradle-web-post-git-proxy",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/kradle-web-api-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "POST /api/git-proxy",
"method": "POST",
"path": "/api/git-proxy",
"version": "v1",
"responseShape": "proxied git HTTP response or { error, message }",
"readOnly": false,
"errorEnvelope": "standard-json",
"authRequired": true,
"description": "POST endpoint for Kradle web git proxy operations. Source: packages/kradle/web/app/api/git-proxy/route.js; export async function POST."
},
"outgoingEdges": [
{
"from": "api-endpoint:kradle-web-post-git-proxy",
"to": "package:a5c-ai-kradle-web",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": []
}