/
OU
outerport
/
Outerport API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 21h ago · Updated 21h ago
Details
Filter operations
Agent
20
Agent Attachments
2
Agent Personas
5
Agent Skills
5
Agent Tools
6
Components
37
Documents
40
Experiment Tracker
35
Job Status
5
Knowledge Bases
22
Knowledge Graphs
49
get
List KG packages
get
Get KG package contents
get
List package subscriptions for a KG
post
Subscribe KG to a package
delete
Unsubscribe KG from a package
post
Upload a document into a knowledge graph
get
Download a knowledge graph's .zip archive
post
Create a knowledge graph from a .zip archive
get
List knowledge graphs
post
Create knowledge graph
get
Get knowledge graph
put
Update knowledge graph
delete
Delete knowledge graph
get
List documents in knowledge graph
post
Add document to knowledge graph
delete
Remove document from knowledge graph
get
Dump the entire KG for visualization
get
Get knowledge graph stats
get
List nodes in a KG
post
Create KG node
delete
Delete ALL nodes and edges in a KG
delete
Delete KG node
patch
Update KG node
get
Get node neighbors
post
Bootstrap nodes from documents (non-destructive)
post
Rebuild nodes from schematic drawings (destructive)
post
Run the VLM field-extraction pass over evidence occurrences
get
Get current entity attribute facts
get
List current entity attribute conflicts
get
Get attribute fact resolution history
post
Create or replace an attribute fact resolution
get
Get the current attribute fact resolution
post
Merge one domain entity into another
post
Rebind an evidence occurrence to another domain entity
get
List edges in a KG
post
Create KG edge
delete
Delete KG edge
patch
Update KG edge
get
List entity types available to a KG (package + custom)
post
Create a custom entity type
put
Update a custom entity type
delete
Delete a custom entity type
get
List relationship types available to a KG (package + custom)
post
Create a custom relationship type
put
Update a custom relationship type
delete
Delete a custom relationship type
post
Bulk import nodes and edges
get
Regenerate the wiring continuity checklist (xlsx / csv)
get
Export the aircraft harness graph as a neo4j Cypher script
Queue Status
1
schematic-templates
2
semantic-catalog
6
Knowledge Graphs
Create knowledge graph
post
/api/v0/knowledge-graphs
Request body
KnowledgeGraphCreateRequest
required
name
string
required
description
string
package_slug
string
nullable
package_version
string
nullable
Response
Successful Response
KnowledgeGraphResponse
required
id
string
uuid
required
name
string
required
description
string
required
document_count
integer
required
created_at
string
date-time
required
updated_at
string
date-time
required
Changes