Skip to content

Commit

Permalink
docs: LangGraph Control Plane API (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnguonly authored Dec 27, 2024
1 parent 0fb65f6 commit effddca
Show file tree
Hide file tree
Showing 2 changed files with 714 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/docs/cloud/reference/api/api_ref_control_plane.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!doctype html>
<html>
<head>
<title>LangGraph Cloud API Reference</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1" />
</head>
<body>
<script id="api-reference" data-url="./openapi_control_plane.json"></script>
<script>
var configuration = {}
document.getElementById('api-reference').dataset.configuration =
JSON.stringify(configuration)
</script>
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
</body>
</html>
Loading

0 comments on commit effddca

Please sign in to comment.