$10 in free AI credits · no credit card

The AI agent that actually knows your Salesforce orgs

Ask in plain English. It queries your data, audits permissions, and builds live dashboards — and every org write waits for your approval. Plus 14 blazing-fast tools in the same tab.

No credit card, no sales call. Connect an org and go.

app.sfdevtools.com
SFDevTools AI agent comparing Salesforce org data models across two orgs, with an ER diagram artifact showing Account, Contact, and Opportunity relationships

$10

free AI credits at signup — no credit card

6

Claude + Gemini models, switch per chat

<1¢

typical turn — cost shown on every reply

100%

of org writes wait for your approval

17

tools in one platform

AES-256

org tokens encrypted at rest

Sound familiar?

Salesforce dev pain is real

Where is this field even used?

— Every admin debugging a broken flow

I need to check permissions across 10 orgs...

— A consultant on a Friday afternoon

The Developer Console crashed again.

— Every Salesforce developer, daily

The AI demo was great. Then we tried it on our actual org.

— Everyone burned by an AI rollout

app.sfdevtools.com/agent

Which profiles can delete Accounts in production?

query_salesforce · PROD

3 of 27 profiles have delete access on Account:

  • System Administrator
  • Sales Operations
  • Integration User
$0.0031 this turn

Compare that with the UAT sandbox.

query_salesforce · PRODquery_salesforce · UAT

UAT grants delete to 2 extra profiles: Marketing User and Support Tier 2. Want the field-level breakdown?

$0.0058 this turn
Ask anything about your orgs…

AI Agent

The AI Salesforce devs actually wanted

Ask in plain English. The agent queries your data, reads your schema, audits permissions, and builds live dashboards — across every org you connect. Every tool call is visible in the thread, and every reply shows what it cost.

  • Writes wait for you. Every mutating action stops at an Allow / Deny approval card — production is called out in red before anything runs.

  • Multi-org, one question. Ask across orgs — the agent fans out one sub-agent per org and merges the answer.

  • Your choice of model. Claude and Gemini models with clear $/$$/$$$ cost tiers, switchable per conversation.

  • Custom agents in minutes. Agent Presets pin a model, system prompt, and tool allow-list — start from 6 built-in experts or build your own.

  • Grounded in Salesforce docs. Answers cite official Salesforce documentation, not vibes.

AI Platform

More than chat — a full AI platform

Dashboards that build themselves, agents you can specialize, and a transparent wallet — with a human approval gate in front of every org write.

app.sfdevtools.com/agent

Close the Acme renewal opportunity as won.

update_record · PROD

Approval required

Acme Corp · PROD

Production org — this change is irreversible.

StageNameNegotiationClosed WonAmount$45,000$52,500
AllowDeny

Survives page reload · every mutation is written to the activity ledger

Every write waits for a human

Mutating tools — anonymous Apex, record create, update, delete — always stop at an approval card. It names the org, flags production in red with an irreversible-action warning, and shows updates as a before → after diff. Nothing runs until you click Allow, and every mutation lands in the activity ledger.

Watch the real runs →
app.sfdevtools.com/dashboards

Pipeline Overview

LIVE

Open pipeline

$2.3M

Win rate (90d)

31%

Prospect
Qualify
Propose
Negotiate
Won

Refreshed just now — live SOQL under your connection

AI-Authored Dashboards

AI builds the dashboard, live Salesforce data fills it in — no tokens spent to view it. The dashboard is a spec, not a copy of your data: every view runs live SOQL under your own connection, and query field values are never stored.

app.sfdevtools.com/agents
Org Health Auditorsonnet · $$Shared
Permissions Investigatoropus · $$$Private
SOQL Analysthaiku · $Shared
Docs Expertflash · $Shared

6 built-in experts · clone, export, or import as JSON

Custom agents, your rules

Agent Presets pin a model, reasoning effort, system prompt, and tool allow-list. Start from 6 built-in experts, keep presets private or share them with your team.

app.sfdevtools.com/account/billing

AI credits

shared across workspace

$8.42 remaining of $10.00 granted

Add $10Add $25Add $50+ Custom
Auto top-up

A wallet, not a subscription

Every workspace starts with $10 in free credits, shared across your company. Top up when you need more — $5, $10, $25, $50, or a custom amount, with optional auto top-up.

app.sfdevtools.com/guides

When does a before-save flow beat an Apex trigger?

search_docs

For same-record field updates, before-save flows run ~10× faster than triggers and need no test coverage. Reach for Apex when you need complex branching or callouts.

Salesforce Help · Record-Triggered Flows

Docs-only chat — no Salesforce connection needed

Ask the Guides

A docs-only AI chat that needs no Salesforce connection. Pick your sources and get answers with citation snippets you can verify.

The platform

Everything Setup should have been

One login, every org, sixteen-plus tools. Here's the shape of it.

AI Agent

Ask questions, get answers from your actual orgs. Queries, schema, permissions, docs — every tool call visible, every write behind your approval.

Any flows still referencing the old Region__c field?

query_salesforce · PROD

Yes — 2 flows and 1 validation rule still reference Region__c. Listing them now.

Claude + Gemini · multi-org · human-in-the-loop

AI Dashboards

Describe the dashboard you want; the AI builds it once. Your data renders live on every view — no AI in the loop, no tokens burned to look at it.

describe → build → share · version history · templates

Query Perry

SOQL, without the pain.

Security Auditor

Know exactly who can do what.

Data Porter

Import data, the right way.

SwitchBoard

Flip automation on and off from one grid.

WhoDunnit

Find out what changed - and who did it.

Org Health Dashboard

Your org's vital signs, at a glance.

app.sfdevtools.com · permissions matrix
PROD · System AdminvsUAT Sandbox · System Admin
FieldPRODUAT
Account.AnnualRevenueread/editread/edit
Contact.SSN__cread/editno access
Opportunity.Amountreadread/edit
Lead.Ratingreadread
2 mismatchesmismatches only ▾
Lock down security

Compare and fix permissions across orgs.

Cross-org permission comparison for FLS and OLS analysis between two connected orgs. Color-coded diff grid with profile matching and mismatch filtering — stage fixes right in the grid and apply them to the target org in one batch.

Watch the real run →
app.sfdevtools.com · query perry
SELECT Name, StageName, Amount FROM Opportunity
WHERE CloseDate = THIS_QUARTER ORDER BY Amount DESC

247 rows · 0.41s

NameStageNameAmount
Acme RenewalNegotiation$52,500
Globex ExpansionPropose$38,000
Initech PilotQualify$12,750
Query at full speed

SOQL, without the pain.

A real query editor with autocomplete, syntax highlighting, and result tables. Write SOQL like you write code - not inside a tiny Salesforce textbox.

Watch the real run →
app.sfdevtools.com · switchboard
Opportunity Amount GuardValidation rule
Lead Auto-AssignmentFlowstaged
CaseTriggerApex trigger
⚠ production guard onDeploy 1 change
Control your automation

Flip automation on and off from one grid.

Enable or disable validation rules, flows, process builders, workflow rules, Apex triggers, and duplicate rules from a single grid. Stage changes and deploy them in bulk, with a production guard to keep you safe.

Watch the real run →

And there's more

The rest of the toolkit

Security Auditor

Visualize field-level and object-level security across profiles and permission sets. Four analysis modes - FLS by Profile, FLS by User, OLS by Profile, OLS by User - with shareable URL state.

Watch the real run →

Package Manager

See every managed and unmanaged package installed. Know what's taking up space.

Watch the real run →

Apex Executor

Execute anonymous Apex with automatic debug log capture and execution history.

Watch the real run →

Data Porter

Multi-step data import wizard supporting REST API and Bulk API v2. Intelligent field mapping with auto-matching, external ID support for upsert operations, and real-time status streaming for bulk jobs.

Watch the real run →

Field Usage Sniper

Pinpoint every place a field is referenced across your org - reports, flows, validation rules, and more. Deep Scan mode bypasses the 2,000-result limit with parallel queries by metadata type.

Watch the real run →

All Fields Queryinator

Instantly query every field on any object without writing a single SELECT clause. Great for data discovery, migration prep, and debugging.

Watch the real run →

Org Health Dashboard

Track API limits, storage, licenses, and custom object counts in one dashboard. Pin the metrics you care about with the Vital Signs HUD. Get warned before things break.

Watch the real run →

Schema Explorer

Browse your org's full data model interactively. Explore objects, fields, and relationships - with field usage analysis and direct links to Salesforce Setup.

Watch the real run →

Apex Log Manager

View, filter, and bulk-delete debug logs with virtual scrolling that handles thousands of entries. Filter by username or status, with direct Apex Executor integration for seamless debugging.

Watch the real run →

Platform Events

Monitor, publish, and subscribe to platform events and Change Data Capture in real time.

Watch the real run →

WhoDunnit

Explore the full Setup Audit Trail without Salesforce's pagination limits. Filter by date, user, and section, spot security-sensitive changes, and catch suspicious activity spikes with velocity alerts.

Watch the real run →

Record Inspect

A full-record editor with a describe-typed field grid for any object. Stage edits, review a before/after diff, and save with confidence - jump straight in from a Query Perry row or an Id hover link.

Watch the real run →

Why we built this

We built the tool we wished existed.

We're Salesforce developers. We got tired of clicking through Setup pages, juggling third-party tools, and losing 30 minutes to a “quick” lookup. So we built one place for the work we actually do all day.

We believe Salesforce tooling can be fast and keyboard-driven, built around real workflows instead of a menu hierarchy. Whether you run one org or a dozen, SFDevTools is built to cut the noise.

Read the full story →

Ready to move faster than Setup?

SFDevTools is free during beta — no credit card, no trial clock. Connect an org and run your first query in minutes.