Skip to main content

Quickstart

This guide walks you through running your first Golem AI audit — from creating a workspace to retrieving a PDF report.
Only run audits against domains you own or have explicit written authorization to test. Unauthorized testing is illegal in most jurisdictions.

1. Sign in and generate an API key

  1. Sign in at build.usegolem.ai
  2. Navigate to Profile in the left sidebar
  3. Click Generate API Key
  4. Copy the key — it begins with golem_sk_ and is shown only once
Store it as an environment variable:

2. Create a workspace

A workspace is a project container scoped to a target domain.
Save the returned workspace.id — you’ll use it for every audit in this workspace.

3. Launch a shallow audit

Shallow audits run for ~30 minutes and cover OWASP Top 10 plus proof-of-concept exploitation, with no post-exploitation activity. Great for a first run.
Response

4. Watch the agent work

While the audit runs you can watch Golem in real time from the dashboard:
  1. Go to Workspaces → Your Workspace → Audits
  2. Click the running audit
  3. The Live Stream panel shows the agent’s desktop — terminals, browser windows, every command it runs
  4. The Findings panel populates as confirmed vulnerabilities are discovered
You can also poll status via the API:

5. Retrieve the report

Once status is completed, fetch the structured report and PDF:

Next steps

Audit Modes

Compare shallow, deep, and autonomous engagement modes.

Methodology

Understand the 10-phase chain Golem follows.

Scheduling

Run recurring audits for continuous coverage.

Slack Integration

Receive findings directly in your team channel.