Credentials
All the credentials of an Orbitype workspace can be accessed in workflows. There, you can use the credentials to authenticate with the API, third-party APIs, and also utilize them as central variables for your workspace.
TABLE_OF_CONTENTS
Access Credentials in Workflows
All the credentials of an Orbitype workspace can be accessed in workflows. There, you can use the credentials to authenticate with the API, third-party APIs, and also utilize them as central variables for your workspace.
Credentials
async ({credentials}) => {
return {output: credentials.myCredentialName}
}Orbi Object
async ({ orbi, linkedin }) => {
const id = orbi.project.credentials.find((x) => x.name === "linkedin").value
}OAuth Integrations
OAuth is often a necessary security step for accessing resources securely, but it can also be challenging to implement due to its complexity. To ease the integration process, especially with services that require authentication through their specific OAuth flows, Orbtiype simplifies this by abstracting these complexities. Orbtiype securely manages your tokens, keeping them active so you can use them as easily as any other credential in your workspace. This eliminates the need for repeatedly handling the intricate details involved in OAuth authentication, providing a seamless and user-friendly experience.
By centralizing token management, Orbtiype enhances efficiency and ensures compatibility with a growing library of supported integrations. Below is a list of currently supported services, as well as upcoming services planned for integration, giving you a clear picture of the platform's capabilities and future roadmap.
Supported OAuth Integrations
Discord: Easily connect your applications with Discord through its OAuth-based authorization flow.
LinkedIn Official: Streamline authentication and interactions with standard LinkedIn features.
LinkedIn Advanced: Unlock additional LinkedIn capabilities with support for advanced features.
Google My Business: Authenticate with Google My Business to manage and update your business resources effortlessly.
Coming Soon
The Orbtiype team is continuously working to expand compatibility with additional services. Here are the upcoming integrations currently in the pipeline:
YouTube: Enable authenticated access to YouTube's suite of APIs for channel management and analytics.
TikTok: Gain secure access to TikTok's APIs for content management and performance insights.
Instagram: Seamlessly connect to Instagram's APIs for content publishing and engagement tracking.
Facebook: Authenticate with Facebook and streamline interactions with its APIs for business and profile management.
X: Integrate with X's platform (formerly Twitter) to access authenticated account data and features.
... Additional integrations are on the way, ensuring Orbtiype remains versatile and aligned with user needs.
Stay tuned for updates, as we continue to expand the number and scope of supported services, making it easier than ever to manage your authenticated integrations securely.
