Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.simplefunctions.dev/llms.txt

Use this file to discover all available pages before exploring further.

In development. The typed Agent SDK (@simplefunctions/sdk for TypeScript / Python) is being scoped. Today, agentic workflows are built directly against the public API, the CLI, or the MCP server. When the SDK ships it will mirror those surfaces with first-class types and helpers — without changing the underlying contract. Subscribe at the status page for the launch.

Today’s options

While the SDK is in development, the same workflows are available via:

CLI

sf agent, sf agent --headless, sf describe --all --json.

MCP

Connect any MCP-aware client.

HTTP

Call /api/* directly.
Anything the SDK will do, you can do today via one of those three surfaces.