invisibles
Product

What youre actually installing.

Invisibles is five agentic building blocks — Prompts, Skills, Data Context Mappings, Agents, and Audit — reachable from every channel your team already uses and wired into the business data and systems your engineers already run.

Prompts.

A Prompt is one governed unit, a thing your team calls on to get work done. You author a Prompt by talking to the assistant, or by editing the structured view, or by writing the raw source. All three are the same Prompt.

invisibles
Build
Prompts38
Skills12
Data Context50+
Agents3
Operate
Channels
Audit
Security
build / prompts
Prompts
Five bundled, one drafted by Maya this morning.
Prompt
Inputs
Calls
Status
Account health summary
opportunity, account
412
active
Renewal risk score
account, usage
188
active
Deal brief for voice
opportunity
1,204
active
Post-call next steps
call_log, contact
71
active
Weekly ops digest
pipeline, team
14
draft
01 · portal — prompts library

Skills.

A Skill is a Prompt wired as a callable tool — your automation and integration layer. Where a Prompt reads data and returns an answer, a Skill does: invokes code under the hood to pull from external databases, create or update Salesforce records, post messages to Slack, pre-fill forms, or trigger the next step in a workflow. Decorated with OpenAPI specs so agentic LLMs can invoke them directly through function calling.

invisibles
Build
Prompts38
Skills12
Data Context50+
Agents3
Operate
Channels
Audit
Security
build / skills
Skills
12 callable tools · OpenAPI-decorated · 7 integrations
Skill
Action
Integration
Status
Create follow-up task
create
salesforce
active
Update opportunity stage
update
salesforce
active
Post handoff note
send
slack
active
Pre-fill renewal email
draft
outlook
active
Fetch firmographic enrichment
fetch
clearbit
active
02 · portal — skills with callable tools and integrations

Data Context Mappings.

The bridge between your business data and what a Prompt sees. Each mapping pins specific fields from a connector to a Prompts inputs. No ad-hoc scraping, no silent leaks.

invisibles
Build
Prompts38
Skills12
Data Context50+
Agents3
Operate
Channels
Audit
build / data context / salesforce.opportunity
salesforce.opportunity
Pinned to 3 Prompts · 8 of 87 fields mapped
Field
Type
Mask
Prompts
Amount
currency
none
3
CloseDate
date
none
3
StageName
picklist
none
3
Account.Name
string
tokenize
2
Description
text
comprehend
2
03 · portal — data context mapping for salesforce.opportunity

Agents.

Bundles of Prompts, Skills, and Channels. One Agent answers the same way — and takes the same actions — no matter where its called from: Slack, voice, MCP, REST.

invisibles
Build
Prompts
Skills
Data Context
Agents3
Operate
Channels
Audit
build / agents / revops-copilot
revops-copilot
Prompts 4 · Channels 3 · Last edited by Maya · 2h ago
Component
Kind
Channel
Health
Account health summary
prompt
all
ok
Deal brief for voice
prompt
voice
ok
Lookup opportunity
skill
all
ok
Post note to Slack
skill
chat
ok
04 · portal — agent composed of prompts, skills, and actions

Audit.

Every run writes to an immutable log. Six-year retention by default. Your security team exports the CSV and closes the ticket.

invisibles
Operate
Channels
Audit
Security
operate / audit
Audit log
6y retention · exportable · 2,148 events today
Timestamp
Actor
Prompt
Channel
14:22:08 UTC
m.torres
Deal brief for voice
voice
14:21:54 UTC
s.patel
Account health summary
slack
14:19:01 UTC
api:renewals
Renewal risk score
rest
14:18:44 UTC
mcp:claude
Deal brief for voice
mcp
05 · portal — audit log with six-year retention

Three channels, one agent.

Pick how your team already works. Invisibles shows up there, answers the same way, writes the same audit trail.

01 · voice

Web voice.

WebRTC in the browser, Deepgram for speech to text, Polly or Azure Speech for the reply. Sub-second round trips, works in any modern browser, no install required.

02 · mcp

MCP.

A Model Context Protocol server, ready for Claude Desktop and any other MCP client. Your Prompts and Skills appear as callable tools, governed by the same masking and audit layer.

03 · rest

REST.

A signed REST endpoint for each Prompt and Skill. Drop it into the app your engineers already shipped. Payloads are JSON, auth is HMAC, logs match the portal.

04 · copilot

Microsoft Copilot.

Expose Invisibles Agents as Copilot plugins inside Teams and Office. Same Prompts, same data layer, same audit.

· coming soon
05 · mobile

Mobile.

Native iOS and Android clients. Push-to-talk voice, inbox, full audit history.

· coming soon

Bot-first authoring.

Three tiers, one object. You talk to the assistant to sketch a Prompt, edit the structured view to refine it, or open the raw source when you want precision. Same Prompt, same governance.

What should this Prompt do?
Summarize open opportunities over $50k that havent moved in 14 days.
Got it. Ill pin Amount, CloseDate, and LastModifiedDate from salesforce.opportunity. Want it on voice and MCP?
Yes, both. Audit required.
Drafted. stuck-deals. Want to try it?
stuck-deals
Inputsopportunity.Amount, CloseDate, LastModifiedDate
Channelsvoice, mcp
Auditrequired · 6y retention
Maskingcomprehend / presidio on Description

Three tiers, one object. You pick the surface that fits your comfort.

50 Prompts and Skills, already in the box.

A sample of five of them, below. Prompts read and return. Skills write, create, update, and integrate. The full library lives in the portal.

01Account health summaryA one-paragraph read on any account, built from open opportunities, recent cases, and last thirty days of activity.prompt · salesforce · voice · chat · mcp
02Renewal risk scoreA signal, 0 to 100, for how likely a customer is to renew. Explains its own top three reasons.prompt · salesforce · usage · rest
03Deal brief for voiceUnder 45 seconds of spoken context on an opportunity, for a rep about to dial.prompt · salesforce · voice
04Post-call next stepsGenerates the three next steps after a call and writes them to the Salesforce activity record automatically.skill · salesforce · voice · chat
05Pre-fill renewal emailDrafts a renewal outreach email in Outlook, pre-filled with the customer’s usage trend and the owner’s signature.skill · salesforce · outlook · chat

Questions we get.

What is the difference between a Prompt and a Skill?

A Prompt is a governed unit that reads data and returns an answer — text, JSON, or structured output. A Skill is a Prompt wired as a callable tool with an OpenAPI specification: it invokes code under the hood to create or update records in Salesforce, pull from external databases, post to Slack or Teams, pre-fill forms in Outlook, or trigger the next step in a workflow. All Skills are Prompts; not all Prompts are Skills.

Can an Agent call into our existing internal APIs?

Yes. Any internal REST endpoint you expose to the Invisibles deployment (inside your VPC or VNet) can be wrapped as a Skill. The Skill is registered with an OpenAPI spec, auth is handled inside your cloud, and the call appears in the same audit log as every other Agent action.

How do I author a Prompt or a Skill without knowing code?

Authoring is bot-first. You describe what you want in plain English; the assistant drafts the Prompt or Skill, pins the right Data Context Mapping, and suggests the channels. You can review the structured view to tweak fields, or open the raw source when you need precision. A RevOps lead who has never opened a JSON file can ship a real Prompt in about half an hour.

Which channels can Invisibles expose Agents through?

Web voice (WebRTC + Deepgram + Polly or Azure Speech), MCP server (ready for Claude Desktop and any MCP client), signed REST API for your own apps, Slack, and Microsoft Teams. Microsoft Copilot plugins and native iOS/Android mobile clients are shipping next.

What happens when my Salesforce schema changes?

Data Context Mappings are pinned by field name and type. When a field is renamed or removed, the portal flags impacted Prompts and Skills. You rebind the mapping in one click; nothing updates silently. The audit log records the rebinding with the user who made the change.

Does Invisibles support non-Salesforce systems of record?

Yes. Salesforce is the default connector because most customers start there, but any system with an API or database endpoint inside your cloud can become a Data Context. Microsoft Dynamics 365, Workday, HubSpot, SAP, custom databases — all work. You manage the connectors inside your own IAM.

Ready to install it in your own cloud?

Deploy in about an hour. Free for 14 days. If you’d rather see it with a human first, book 30 minutes and we’ll show you through.