← Glean-ia-acs Β· Day 38 of 56
Level 300 β€” Power user30 minNIST MAP

The 100+ Native Actions

Reaching into Slack, Microsoft, Salesforce, Jira, GitHub, and Google

You'll be able to

Read first

Day 3 Lab

**Status: Generally available β€” Glean’s Agent Builder and its core features (scheduled triggers, versioning, native actions) are GA. Only the *content triggers* trigger type remains Beta; confirm availability in your tenant.**

  1. List the apps your chore touches: Slack, Jira, GitHub, Google, Salesforce, Microsoft.
  2. For each, find the native action that matches the step β€” a *read* before a *write*.
  3. For one write action, write down the permission it carries (who it acts as, what it can change).
  4. Replace any "do it manually" gap in your plan with the closest native action.
  5. Note any step where no native action fits β€” that's a flag, not a workaround.

Working Example: Choosing Native Actions Per Step

Per Glean's Fall '25 launch and developer-platform announcements, agents can call from a catalog of 100+ native actions across major apps. Verified against fall25_launch.

Goal: triage a new bug report and notify the owner.

Step 1  Jira      -> get_issue            (read)   safe, read-only
Step 2  GitHub    -> search_pull_requests (read)   find the related PR
Step 3  Slack     -> post_message         (WRITE)  posts as the agent's identity
Step 4  Salesforce-> update_case          (WRITE)  changes a customer record!

Pause at every WRITE: who does it act as, and what can it change?
Step 4 mutates customer data β€” that one earns a human check before it ships.

The catalog is broad β€” Slack, Microsoft, Salesforce, Jira, GitHub, Google β€” so the work is *selection*, not plumbing. Reads are cheap to trust; writes carry real authority, so mapping each action to its permissions is where MAP lives. These actions are announced capability: confirm which ones are actually enabled and GA in your tenant before a plan relies on them.

Check for understanding

Before adding a write action, what single question about its permissions should you answer?

Check yourself

Pick an answer β€” you'll see if it's right and why.

1. In Glean's vibe-code agent builder, how do you start building an agent?

2. The vibe-code builder, 100+ native actions, scheduled triggers, looping, and versioning are best described as...

3. Before adding a native WRITE action (e.g., update a Salesforce case) to an agent step, what should you check?

4. An agent runs unattended on a daily schedule. Which guard most directly keeps a bad run from compounding?

5. Why does rolling an agent back to a known-good version count as a governance control?

Pass threshold 80% Β· week 6 quiz

In 10 seconds

β€œGlean's Fall '25 launch announced 100+ native actions across Slack, Microsoft, Salesforce, Jira, GitHub, and Google. The skill is choosing the right one β€” and knowing what each is allowed to touch.”

Next Β· Week 6 Day 4
Scheduled Triggers