Skip to content

Developers

For technical users, the platform offers rich programming tools. Developers can write Operator logic in code, using provided SDKs and APIs to interact with the system. For example, an API might allow an agent to take a screenshot, simulate keystrokes, or call cloud services. Modern frameworks already facilitate this: OpenAI’s new Agents SDK, for instance, helps developers coordinate multi-step tasks and tool use in agentic apps. Similarly, libraries like LangChain or custom SDKs can be integrated so coders have fine-grained control over agent behavior. The SDK also includes hooks for observability (logging agent actions) and safety (enforcing guardrails) so developers can test and debug their Operators.