API reference
Build Alf into your product
A typed REST API with first-class Python and .NET SDKs. Define your goals and guardrails in code; Alf handles the rest.
curl
curl https://api.askalf.help/v1/runs \
-H "Authorization: Bearer sk-..." \
-d goal="Fix flaky tests and open a PR" \
-d approve[]="git.push"Core endpoints
POST
Hand Alf a goal and start an autonomous run./v1/runsGET
Fetch the status, steps, and result of a run./v1/runs/{id}POST
Approve a paused human-in-the-loop step./v1/runs/{id}/approveGET
List the apps and APIs Alf can operate./v1/connectorsPOST
Install a Skills Store recipe for an agent./v1/skills/install