/
AU
automagik-dev
/
Automagik Forge API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.3
MIT
2026-07-17
32
11
26.8 KB
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" }
All 32 operations
get
Health check
get
API health check
get
List all available routes
post
Initiate GitHub OAuth device flow
post
Poll for GitHub OAuth token
post
Logout current user
get
List all projects
post
Create a new project
get
Get project by ID
put
Update project
delete
Delete project
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
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
get
List execution processes
get
Get execution process by ID
get
Stream process execution logs (SSE)
get
Stream git diff updates (SSE)
post
Upload an image
get
Get image by ID
get
Get Forge configuration
put
Update Forge configuration
get
Get application configuration
put
Update application configuration