Integrations

Auth, AI/ML, CMS, and project-specific tool tags for workspace cards.

Auth

TagLabelIdentifier
oauthOAuthdevicon:oauth
auth0Auth0logos:auth0
stripeStripelogos:stripe
twilioTwiliodevicon:twilio

AI and ML

TagLabelIdentifier
openaiOpenAIlogos:openai-icon
tensorflowTensorFlowdevicon:tensorflow
pytorchPyTorchdevicon:pytorch
huggingfaceHugging Facedevicon:huggingface
anthropicAnthropiclogos:anthropic-icon
jupyterJupyterdevicon:jupyter
numpyNumPydevicon:numpy
pandasPandasdevicon:pandas
scikitlearnscikit-learndevicon:scikitlearn
matplotlibMatplotlibdevicon:matplotlib

CMS

TagLabelIdentifier
strapiStrapilogos:strapi
contentfulContentfullogos:contentful
sanitySanitydevicon:sanity
wordpressWordPressdevicon:wordpress
shopifyShopifylogos:shopify
ghostGhostdevicon:ghost

Project-specific

TagLabelIdentifier
trigger-devTrigger.devmaterial-icon-theme:trigger
ai-sdkAI SDKsimple-icons:vercel
openrouterOpenRoutersimple-icons:openrouter
liquidLiquidvscode-icons:file-type-liquid
zodZodlogos:zod

Example

packages: [
  {
    text: 'AI',
    icon: 'simple-icons:openai',
    description: 'LLM orchestration and prompt management',
    tags: ['openai', 'ai-sdk', 'typescript'],
    docsPrefix: '/packages/ai',
  },
]