Documentation
TaskForge Documentation
TaskForge exposes authenticated task-generation APIs backed by queued jobs, model traces, managed client keys, and REST/gRPC contracts.
Submit specs, poll jobs, and retrieve canonical provider-neutral ticket drafts.
REST Contract OpenAPI schemaMachine-readable request, status, result, error, and schema metadata definitions.
gRPC Contract Published protobufDownload the public proto without requiring server-side gRPC reflection.
Platform Flow
01Authenticate
Use a client API key with least-privilege scopes.
02Submit
Create an idempotent asynchronous task-generation job.
03Poll
Read job status until it reaches a terminal state.
04Consume
Fetch validated result JSON or use callbacks where configured.
Runtime Endpoints
REST: http://<host>:8080
gRPC: <host>:50051
Health: /health
Readiness: /ready
Admin: /admin