Skip to main content

What are Integrations?

Integrations in Teta are powered by MCP (Model Context Protocol) servers. Think of them as plugins that connect the Teta AI to your existing tools and workflows. By integrating Teta with your services, the AI can:
  • ๐Ÿ“– Read context from your documentation, tickets, and design files.
  • โœ๏ธ Perform actions like creating tickets, updating statuses, or sending notifications.
  • ๐Ÿง  Become more knowledgeable about your projects, leading to more accurate and relevant outputs.
This turns Teta from a code generator into a true AI assistant that understands your teamโ€™s context and workflows.

Available Integrations

Here are some of the pre-built integrations you can use with Teta:

Collaboration and Project Management

IntegrationDescription
LinearConnect to your Linear workspace to turn issues into prototypes and keep your projects in sync.
Atlassian (Jira & Confluence)Integrate with Jira to manage tickets and Confluence to access your teamโ€™s knowledge base.
NotionUse your Notion workspaces as a source of context for the AI.
SlackSend notifications, messages, and interact with your team in Slack.

Databases and Data Sources

IntegrationDescription
SupabaseQuery your Supabase database and read schema information.
PostgreSQLConnect to any PostgreSQL database to read data and schemas.

Web and Development

IntegrationDescription
Brave SearchProvide the AI with web search capabilities for real-time information.
PuppeteerAutomate browser tasks, scrape websites, and capture screenshots.

How to Add an Integration

Most integrations are added by configuring a corresponding MCP server in your project settings.
  1. Find the integration you want to add from the list above.
  2. Follow the setup instructions in the integrationโ€™s documentation.
  3. Typically, this involves:
    • Generating an API key or token from the third-party service.
    • Adding a new MCP server configuration in Settings > MCPs.
    • Storing any sensitive tokens as Teta secrets.

Custom Integrations

If you donโ€™t see an integration you need, you can build your own. MCP is an open standard, and you can create a custom server for any internal or third-party tool.

Security

When connecting third-party tools, itโ€™s important to follow security best practices:
  • Use dedicated tokens with the minimum required permissions.
  • Never expose secrets in your code; use Tetaโ€™s secret management.
  • Review permissions regularly and revoke access when no longer needed.

Need help? Contact [email protected]