Guest Machines

Audit actions

Every action the audit log records, grouped by the resource it acts on.

Each audit event carries an action naming what happened. The values are stable identifiers: new ones are added as the platform grows, so treat the list as open and ignore an action you do not recognise rather than failing.

The console shows the plain-language meaning below; this page is the reference for the machine-readable value behind it.

Agents

Creating, changing, and sharing agents.

ValueMeaning
agent.createSomeone created an agent.
agent.deleteSomeone deleted an agent.
agent.duplicateSomeone copied an agent into a new private one.
agent.updateSomeone changed an agent's configuration.
agent.shareSomeone gave other people access to an agent.
agent.unshareSomeone withdrew other people's access to an agent.
agent.unattended_grant_changeSomeone changed which tools an agent may use without asking first.
agent.tool_approval_changeSomeone changed which of an agent's tools need approval.

Teams

Groups of agents that work together.

ValueMeaning
team.createSomeone created a team of agents.
team.deleteSomeone deleted a team.
team.updateSomeone changed a team's configuration.
team.member_addAn agent joined a team.
team.member_removeAn agent left a team.

Pipelines

Multi-step flows built from agents and teams.

ValueMeaning
pipeline.createSomeone created a pipeline.
pipeline.deleteSomeone deleted a pipeline.
pipeline.updateSomeone changed a pipeline's steps or configuration.

Runs

The lifecycle of work, and the decisions people made about it.

ValueMeaning
run.admittedA run passed its limit and policy checks and was queued.
run.startA run began working.
run.completeA run finished its work.
run.failA run stopped before finishing its work.
run.cancelSomeone stopped a run before it finished.
run.deleteSomeone deleted a run's record.
run.blockedA policy or limit stopped a run from proceeding.
run.resumeA paused run continued.
run.replanA run was sent back to produce a new plan.
run.plan_approveSomeone approved a run's plan so work could continue.
run.plan_denySomeone rejected a run's plan.
run.takeover_attachSomeone took manual control of a run's sandbox.
run.takeover_releaseSomeone handed manual control of a sandbox back to the run.
run.tool_approval_mode_changeSomeone changed how a run asks for tool approvals.

Sandboxes

The isolated environments runs work inside.

ValueMeaning
sandbox.createA run got an isolated environment to work in.
sandbox.create_failedA run could not get an isolated environment to work in.
sandbox.destroyA run's isolated environment was torn down.
sandbox.pauseA run's environment was suspended, keeping its state.
sandbox.resumeA suspended environment was brought back.

Artifacts

Files runs produce, share, and consume.

ValueMeaning
artifact.createA run produced an artifact.
artifact.bindAn artifact was made available to a run.
artifact.deleteSomeone deleted an artifact.
artifact.delete_blocked_in_useA deletion was refused because a run was still using it.
artifact.materializeAn artifact's contents were placed in a run's sandbox.
artifact.promoteAn artifact was promoted to a durable, shareable copy.
artifact.read_textAn artifact's text contents were read.
artifact.binding_releaseA run gave up its access to an artifact.

Knowledge

The files agents can consult.

ValueMeaning
knowledge.file_uploadSomeone added a file to the workspace's knowledge.
knowledge.file_deleteSomeone removed a file from the workspace's knowledge.
knowledge.folder_createSomeone created a folder to organise knowledge files.
knowledge.folder_deleteSomeone deleted a knowledge folder.

Tools and integrations

What agents can call, and the values they call it with.

ValueMeaning
user_tool.createSomeone added a custom tool agents can use.
user_tool.deleteSomeone deleted a custom tool.
user_tool.updateSomeone changed a custom tool's configuration.
user_tool.auth_rotateSomeone replaced the credentials a custom tool uses.
user_tool.auto_disableThe platform disabled a custom tool after repeated failures.
mcp_server.createdSomeone connected an external MCP tool server.
mcp_server.updatedSomeone changed an MCP server's configuration.
mcp_server.deletedSomeone disconnected an MCP tool server.
mcp_server.publishedAn MCP server was made available to the workspace.
mcp_server.unpublishedAn MCP server was withdrawn from the workspace.
env_var.createSomeone added a value agents can read at runtime.
env_var.updateSomeone changed a value agents read at runtime.
env_var.deleteSomeone removed a value agents read at runtime.

Automation

What sets work off without a person asking.

ValueMeaning
schedule.createSomeone set work to run on a schedule.
schedule.deleteSomeone deleted a schedule.
schedule.updateSomeone changed when or what a schedule runs.
schedule.triggerA schedule reached its time and started work.
schedule.auto_disableThe platform disabled a schedule after repeated failures.
inbound_webhook.createSomeone created an endpoint external systems can call.
inbound_webhook.deleteSomeone deleted an inbound webhook endpoint.
inbound_webhook.updateSomeone changed an inbound webhook's configuration.
inbound_webhook.token_rotateSomeone replaced an inbound webhook's token, invalidating the old one.
inbound_webhook.triggerAn external system called an inbound webhook and started work.
inbound_webhook.auto_disableThe platform disabled an inbound webhook after repeated failures.
agent_email.sendAn agent sent an email.
iac.channel_createSomeone opened a channel for agents to communicate on.
iac.channel_deleteSomeone deleted an agent communication channel.
iac.message_publishA message was posted to an agent communication channel.
iac.signal_sendA signal was sent directly to an agent.

Workspace and membership

The workspace itself and who belongs to it.

ValueMeaning
org.createSomeone created a workspace.
org.deleteSomeone deleted a workspace.
org.updateSomeone changed a workspace's settings.
org.member_inviteSomeone invited a person to the workspace.
org.member_invite_revokeSomeone withdrew an invitation before it was accepted.
org.member_acceptSomeone joined the workspace they were invited to.
org.member_removeSomeone removed a person from the workspace.
org.member_role_changeSomeone changed what a member is allowed to do.
org.member_storage_limit_updateSomeone changed how much a member may store.

Access and credentials

Who and what can act, and how that access is granted.

ValueMeaning
api_key.createSomeone created a key for programmatic access.
api_key.revokeSomeone revoked an API key, ending its access immediately.
service_principal.createSomeone created a non-human identity for automation.
service_principal.deleteSomeone deleted a service account.
service_principal.updateSomeone changed a service account's configuration.
service_principal.revokeSomeone ended a service account's access immediately.
delegated_token.exchangeAn application obtained a token to act on someone's behalf.
delegated_token.revokeA token acting on someone's behalf was cancelled.
oauth_client.createSomeone registered an application that can request access.
oauth_client.deleteSomeone deleted a registered application.
oauth_client.updateSomeone changed a registered application's configuration.
oauth_client.revokeSomeone ended a registered application's access.
oauth_client.grant_createSomeone let an application act on their behalf.
oauth_client.grant_revokeSomeone stopped letting an application act on their behalf.

Governance

The rules that constrain what agents may do.

ValueMeaning
model_policy.createdSomeone restricted which models may be used.
model_policy.updatedSomeone changed which models may be used.
model_policy.archivedSomeone retired a model policy without deleting its history.
model_policy.purgedAn archived model policy was permanently removed.
model_policy.agent_create_rejectedAn agent could not be created because its model is not allowed.
model_policy.agent_update_rejectedAn agent could not be changed because its model is not allowed.
egress_policy.createdSomeone restricted which sites agents may reach.
egress_policy.updatedSomeone changed which sites agents may reach.
egress_policy.archivedSomeone retired a network policy without deleting its history.
egress_policy.purgedAn archived network policy was permanently removed.
resource.limit_exceededWork was refused because a usage limit had been reached.

Budgets

Spending ceilings and the changes made to them.

ValueMeaning
budget.createSomeone created a spending budget.
budget.updateSomeone changed a budget's thresholds.
budget.deleteSomeone deleted a budget.

Billing

Plans, subscriptions, and payments.

ValueMeaning
billing.customer_createA billing account was opened for the workspace.
billing.subscription_createThe workspace started a paid plan.
billing.subscription_updateThe workspace's paid plan changed.
billing.subscription_cancelThe workspace's paid plan was cancelled.
billing.invoice_paidA payment for the workspace succeeded.
billing.invoice_failedA payment for the workspace did not go through.

Platform administration

Actions taken by platform operators rather than inside a workspace.

ValueMeaning
platform_user.createA platform operator created a user account.
platform_user.updateA platform operator changed a user's details.
platform_user.activateA platform operator re-enabled a user account.
platform_user.deactivateA platform operator disabled a user account.
platform_user.lockA platform operator locked a user out of their account.
platform_user.unlockA platform operator restored a locked user's access.
platform_user.verifyA platform operator confirmed a user's email address.
platform_user.soft_deleteA platform operator deleted a user, keeping their records.
platform_user.restoreA platform operator undid a user deletion.
platform_user.hard_deleteA platform operator erased a user and everything belonging to them.
platform_user.oauth_provider_removeA platform operator unlinked a user's sign-in provider.
durable_job.requeueA platform operator retried a stalled background job.
webhook_delivery.retryA failed webhook delivery was attempted again.
model_status.override_setA platform operator changed whether a model is available fleet-wide.
model_status.override_clearA platform operator removed a fleet-wide model override.
runtime_profile_deny.createA platform operator blocked a tool from running.
runtime_profile_deny.revokeA platform operator lifted a block on a tool.
signup_approval.grantA platform operator admitted someone to the platform.
signup_approval.denyA platform operator refused someone access to the platform.
signup_approval.deleteA platform operator withdrew an earlier sign-up decision.

On this page