Skip to main content
Connected services are external accounts you link to your organization—a Google Calendar, a messaging account, and more over time. You connect a service once in your dashboard, decide which apps are allowed to use it, and from then on the agent can build features against it. The key idea: Stardeck holds the credentials. Your apps never see access tokens or secrets. They ask Stardeck to act on the connected service, Stardeck signs the request on the app’s behalf, and the service responds.

How it works

Every connected service follows the same shape:
1

Connect the service

Go to your organization’s Settings → Integrations and link the account. You authorize once in your browser.
2

Grant it to apps

Choose which apps in your org are allowed to use the connection. An app can’t reach a service it hasn’t been granted.
3

Set a default (optional)

If you connect more than one account, mark one as the default for an app so the agent knows which to use unless told otherwise.
4

Let the agent build

Tell the agent what you want—“book appointments on my calendar,” “send a Slack message when an order comes in.” It wires up the rest.
Some services are two-way: messaging channels like LINE and Slack don’t just send—your apps can also react when a message, mention, or button click comes in.

Security

  • Credentials stay on Stardeck. Your app code never holds the service’s tokens or secrets.
  • Granted, not global. A connection only works for apps you’ve explicitly granted it to.
  • Signed per app. Every call an app makes is authenticated on that app’s behalf—apps can’t impersonate each other.
  • Revocable anytime. Remove a connection or a grant from Settings → Integrations and access stops immediately.

Available services

Google Calendar

Book appointments, check availability, create events with Google Meet links—on your calendar or your users’ own.

LINE

Message customers on their LINE Official Account, and react when they message back.

Slack

Post to channels, send notifications, and react to messages, mentions, and button clicks.
Not the same as AI Integrations. Connected Services are accounts your apps use. AI Integrations connect external AI tools (Claude, Cursor, ChatGPT) to your organization over MCP. Different feature, different settings tab.