Skip to main content
Your Organization contains Projects. Inside a Project, Connector Profiles hold the configuration for a Connector such as Salesforce, Slack, or Workday, and your end-users' Linked Accounts are authenticated against those profiles. A connector is ready to use once these are in place:
  1. Set up your organization and projects.
  2. Pick the connector you want and add a connector profile for it.
  3. Enable the actions and events you need.
  4. Link an account against that profile.
  5. Connect your agent, or call actions directly.
Follow the Quickstart guide to run your first action.

How a request flows

When your agent calls an action, the request is scoped to one linked account. StackOne authenticates with the provider, transforms the request to the provider’s API format, then normalizes the response for the protocol or SDK you’re using. StackOne handles OAuth token refresh, rate limiting, retries, schema normalization, error handling, and audit logging along the way. Events flow the other way — when something changes in a provider, StackOne normalizes it and delivers it to your webhook.