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.

Workflows

Creating, changing, sharing, and deleting workflows.

ValueMeaning
workflow.createSomeone created a workflow.
workflow.updateSomeone changed a workflow's steps or settings.
workflow.shareSomeone shared a workflow with the workspace or made it private again.
workflow.deleteSomeone deleted a workflow.

Legacy teams and pipelines

Recorded before teams and pipelines were replaced by workflows.

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.
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 requested deletion of the recorded run scope. This entry does not confirm that deletion completed.
run.delete_completedThe run records were deleted, including any nested runs in the recorded scope.
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 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.testedSomeone tested an MCP server connection.
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.
user_api_key.createA member created an API key that acts with their workspace permissions.
user_api_key.restrictA member or workspace admin reduced a user API key to read-only access.
user_api_key.revokeA member or workspace admin permanently revoked a user API key.
private_api_task.createAn owner saved a paused private API task.
private_api_task.authorizeAn owner approved the exact task and Google permissions for one API key.
private_api_task.pauseAn owner or workspace admin stopped further private API task actions.
private_api_task.deleteAn owner or workspace admin deleted a private API task.
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.
external_connection.connectSomeone connected or reconnected their own Google account.
external_connection.app_updateSomeone enabled or disabled a Google app on their own account in Guest Machines.
external_connection.calendar_updateSomeone selected or removed a calendar on their own Google account in Guest Machines.
external_connection.disconnectSomeone removed local access to their Google account and requested Google revocation.
external_connection.binding_updateSomeone changed or removed an agent's Google account permissions.
organization.integration_updateAn owner or admin enabled or disabled Google Workspace for members.

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.

On this page