Skip to main content
Connections give a tenant user’s agents authenticated access to 1,000+ third-party apps (Gmail, Slack, GitHub, Stripe, Notion, …). Every connection is per-user and gated by the user’s Account Kit. Naive keeps a local mirror of connection status so reads are cheap; execute-time auth always goes through the connections provider.

CLI First

Tools

Pricing

Connections are free end to end today — executing a tool included.

Connecting an App

connect returns a hosted redirectUrl. Send the user there; once they finish auth the connection becomes ACTIVE. This is a sensitive action and may require approval depending on the Account Kit.
Response:

Parameters

Executing a Tool

Once connected, execute any of the app’s tools:

Listing & Status

Connection status is read from Naive’s local mirror; INITIATED rows older than ~10s are refreshed before responding. See Connection status.

Error Handling

Typical Workflow