This is not a self-serve connector directory. If your system is not listed,
request early access and describe the
workflow. We add integrations around real customer requirements.
Direct SaaS integrations
Notion
A read-only, project-wide shared internal connection for company knowledge.
Owners and admins install the connection; Notion page sharing remains the
provider-side resource boundary.
Shared team authority
Direct integrations represent team resources rather than personal user
accounts. Environment switching does not retarget project-wide connections.
Data platforms
Postgres
Read-only schema discovery, query planning, and bounded SQL through a
customer-hosted runner. Works with standard Postgres, including hosted
services such as Supabase.
Firestore
Document and collection-group reads, server-side aggregations, live shape
inference, and optional Typesync grounding through GCP IAM.
PostHog
Bounded HogQL, taxonomy discovery, behavioral segmentation, enrichment, and
activity context for composition with live operational data.
Interfaces
Slack
A conversational agent for everyday requests, plus human approval cards for
pending writes.
MCP
Expose the same connected catalog to AI agents and development tools through
a control-plane MCP endpoint.
Anatomy of an integration
1. Capability surface
Enabled built-in query families plus named actions. This is the complete
catalog the runner advertises.
2. Domain context
A concise project document that explains terms, identifiers, and safe
interpretation rules to the agent.
3. Runtime identity
One runner registration for one Polycore project and environment, plus the
cloud or network identity used inside that environment.
4. Deployment path
A repository, container image, infrastructure definition, and secret
injection path owned by your team.
Read and write paths
- Broad read
- Named operation
- Human workflow
Enable a built-in query family and bind a read-only identity. The agent can
inspect the schema and compose bounded reads without a custom action for
every question.
Integration principles
Start from a workflow
Start from a workflow
We choose a valuable production read and a representative governed change
before choosing implementation details.
Keep credentials at the right boundary
Keep credentials at the right boundary
Workload identity, database URLs, and private API keys are resolved by the
runner in your infrastructure. Shared SaaS grants are encrypted and used
only inside the isolated hosted executor, not stored in public control-plane
metadata.
Use native least privilege
Use native least privilege
IAM, SQL grants, restricted API keys, and network controls remain the first
enforcement layer.
Prove failure paths
Prove failure paths
A successful demo is not enough. We validate missing permissions, denied
writes, unavailable runners, bounded results, and audit records.
Adding another platform
A new platform usually needs some combination of:- A least-privilege identity and deployment binding.
- A constrained generic read surface, when the platform has a broad query model.
- Named actions for stable operations and writes.
- Tool descriptions and project context that let agents choose the surface correctly.
- Integration tests and an operational deployment path.
Have a platform or internal API you want to connect? Include it in your
early-access request. We will assess
it against the workflow and trust model with you.

