What can an AgentOS agent actually do?
+
Whatever the system you connect exposes. AgentOS inspects an MCP server, REST API, OpenAPI document or database and turns its capabilities into tools an agent can call — reading records, creating them, running reports. It cannot do anything the connected credential is not permitted to do.
Can the AI model see my credentials?
+
No. Credentials are encrypted with a key separate from the application key and are injected by the connector at call time. They are never placed in a prompt, a model response, a log line or a browser. The model only ever sees tool names and argument schemas.
What stops the AI deleting something it should not?
+
The model is treated as an untrusted planner: it proposes a call, and the platform independently verifies that the tool exists, the agent may use it, your workspace owns the connection, the acting user holds the permission, and the arguments match the schema. Destructive operations pause for human approval, and an approval authorises exactly one call with exactly the arguments that were reviewed.
Which AI providers are supported?
+
The runtime is provider-agnostic. Anthropic, OpenAI, Google and OpenAI-compatible endpoints are supported, and the provider is configuration rather than code — switching does not change how your agents behave.
Do I need to write any code?
+
No. You connect a system, AgentOS discovers what it can do, and you review the generated agent before deploying it. Editing instructions, enabling or disabling individual tools and deciding which ones need approval are all done in the interface.
What happens if my subscription lapses?
+
There is a grace period before anything changes. After it, paid features are restricted but nothing is deleted — your connections, agents, execution history and audit trail are preserved, and paying restores access immediately.