/
AU
automagik-dev
/
Automagik Forge API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 56m ago · Updated 4w ago
d28c5bcecb50
latest
OpenAPI 3.0.3
MIT
2026-07-17
32
11
26.8 KB
Auth
3
post
Initiate GitHub OAuth device flow
post
Poll for GitHub OAuth token
post
Logout current user
Config
2
get
Get application configuration
put
Update application configuration
Core
3
get
Health check
get
API health check
get
List all available routes
Events
2
get
Stream process execution logs (SSE)
get
Stream git diff updates (SSE)
Forge
2
get
Get Forge configuration
put
Update Forge configuration
Images
2
post
Upload an image
get
Get image by ID
Processes
2
get
List execution processes
get
Get execution process by ID
Projects
5
get
List all projects
post
Create a new project
get
Get project by ID
put
Update project
delete
Delete project
Task Attempts
5
get
List task attempts
post
Create a new task attempt
get
Get task attempt by ID
post
Send follow-up instruction to running task
post
Stop running task attempt
Tasks
6
get
List tasks for a project
post
Create a new task
post
Create task and immediately start execution
get
Get task by ID
put
Update task
delete
Delete task
Core
Health check
Basic health check endpoint
get
/health
Response
Service is healthy
object
required
status
string
version
string
Example response
{ "status": "ok", "version": "0.3.15" }