/
ST
structifyai
/
Structify
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 7mo ago
Details
Filter operations
account
8
admin
41
chat
27
post
Copy a chat session with its workflows and git files
post
Delete files from a chat session's git repository
post
Load files from a chat session's git repository
post
Upload files to a chat session's git repository
get
List all chat sessions for the authenticated user within a specific team and project.
post
Create a new chat session with an initial message
post
Add an IssueFound tool call as an admin-only auto-review message
post
Grant temporary admin override access for the calling admin to a chat session
get
List all users who have access to a chat session
post
/chat/sessions/{chat_id}/collaborators
delete
/chat/sessions/{chat_id}/collaborators/{user_id}
get
Get a specific git commit by its hash for a chat session
get
Get a chat session with all its messages
delete
Delete a chat session
patch
/chat/sessions/{session_id}
get
Get the actual chat prompt that the LLM will see on its next message (admin only)
get
List git commits for a chat session
post
Add a git commit to a chat session
get
Get all dependencies for a chat session
patch
/chat/sessions/{session_id}/favorite
patch
Make an ephemeral chat session permanent
post
/chat/sessions/{session_id}/nodes/by_code_hash
post
Revert a chat session to a specific commit
get
Get chronological timeline of messages and commits for a chat session
put
Update visibility of a chat session
get
WebSocket endpoint for chat session events
get
Get all partial chats for a chat session
chat_templates
1
code
2
connector_catalog
3
connectors
24
dataset
25
documents
4
entity
22
jobs
6
match
2
Nango
2
project
5
public_sessions
2
sandbox
3
scrape
2
server
1
sessions
17
slack
1
source
3
structure
8
team
13
teams
3
transactions
3
usage
2
user
2
whitelabel
3
wiki
5
workflow
3
workflow_schedule
8
chat
Upload files to a chat session's git repository
post
/chat/files/upload/{chat_id}
Path parameters
chat_id
string
uuid
required
Response
Files uploaded successfully
UploadFilesResponse
required
files_uploaded
integer
required
Changes