Skip to main content
Not everything needs an agent. The simplest use of the SDK is as a typed API client: resolve a connection, execute a tool, use the output.
That’s a complete export script. Wrap it in your scheduler of choice, add typed error handling for retries on EnginiRateLimitError, and you have a production sync. The same thing from the CLI:
Source: python/examples/salesforce_export.py (uv run salesforce_export.py).