/
SI
significant-gravitas
/
AutoGPT Agent Server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-25
Details
Filter operations
analytics
2
health
1
oauth
9
platform-linking
7
push
3
v1
76
v2
119
get
Export Block Cost Estimates
get
Get Agent Diagnostics
get
Get Execution Diagnostics
post
Cleanup ALL Orphaned Executions
post
Cleanup ALL Stuck Queued Executions
post
Cleanup Orphaned Executions
get
List Failed Executions
get
List Invalid Executions
get
List Long-Running Executions
get
List Orphaned Executions
post
Requeue Stuck Execution
post
Requeue ALL Stuck Queued Executions
post
Requeue Multiple Stuck Executions
get
List Running Executions
post
Stop Single Execution
post
Stop ALL Long-Running Executions
post
Stop Multiple Executions
get
List Stuck Queued Executions
get
Get Schedule Diagnostics
get
List All User Schedules
post
Cleanup Orphaned Schedules
get
List Orphaned Schedules
get
Get Platform Cost Dashboard
get
Get Platform Cost Logs
get
Export Platform Cost Logs
get
Get Builder blocks
get
Get specific blocks
get
Get Builder block categories
get
Get Builder item counts
get
Get Builder integration providers
get
Builder search
get
Get Builder suggestions
get
Get Ttl Config
get
Health Check
get
[Dummy] Tool response type export for codegen
get
List Sessions
post
Create Session
get
Get Session
delete
Delete Session
patch
Session Assign User
post
Cancel Session Task
get
Get Pending Messages
post
Queue Pending Message
get
Resume Session Stream
post
Stream Chat Post
delete
Disconnect Session Stream
patch
Update session title
get
Get Suggested Prompts
get
Get Copilot Usage
post
Reset Copilot Usage
get
Get User Rate Limit
post
Reset User Rate Limit Usage
get
Search Users by Name or Email
get
Get User Rate Limit Tier
post
Set User Rate Limit Tier
post
Add Credits to User
get
Export Copilot Weekly Usage vs Rate Limit
get
Export Credit Transactions
get
Get All Users History
get
Get Execution Accuracy Trends and Alerts
post
Generate Execution Analytics
get
Get Execution Analytics Configuration
get
List Library Agents
post
Add Marketplace Agent
get
Get Library Agent By Graph Id
get
List Favorite Library Agents
get
Get Agent By Store ID
get
Get Library Agent
delete
Delete Library Agent
patch
Update Library Agent
post
Fork Library Agent
get
List Trigger Agents
get
List Library Folders
post
Create Folder
post
Bulk Move Agents
get
Get Folder Tree
get
Get Folder
delete
Delete Folder
patch
Update Folder
post
Move Folder
get
List presets
post
Create a new preset
post
Setup Trigger
get
Get a specific preset
delete
Delete a preset
patch
Update an existing preset
post
Execute a preset
post
Discover available tools on an MCP server
post
Exchange OAuth code for MCP tokens
post
Initiate OAuth login for an MCP server
post
Store a bearer token for an MCP server
post
Proxy Otto Chat Request
post
Process Review Action
get
Get Pending Reviews for Execution
get
Get Pending Reviews
get
Get Admin Listings History
get
Admin Download Agent File
post
Admin Add Pending Agent to Library
get
Admin Preview Submission Listing
post
Review Store Submission
get
List store agents
get
Get specific agent
post
Create agent review
get
List store creators
get
Get creator details
get
Get agent by version
get
Get agent graph
get
Download agent file
get
Get cache metrics in Prometheus format
get
Get my agents
get
Get user profile
post
Update user profile
get
Unified search across all content types
get
List my submissions
post
Create store submission
post
Generate submission image
post
Upload submission media
put
Edit store submission
delete
Delete store submission
workspace
5
v2
admin
credits
admin
Add Credits to User
post
/api/credits/admin/add_credits
Request body
BodyPostV2AddCreditsToUser
required
user_id
string
required
amount
integer
required
comments
string
required
Response
Successful Response
AddUserCreditsResponse
required
new_balance
integer
required
transaction_key
string
required
Changes