# Metorial Documentation ## Docs - [Getting Started with the API](https://metorial.com/docs/api-getting-started.md): Learn how to use the Metorial API, get your API keys, and make your first request - [Development vs Production Environments](https://metorial.com/docs/concepts-environments.md): Metorial uses instances to separate your development and production environments, allowing you to test safely before deploying to production. - [Monitoring and Observability](https://metorial.com/docs/concepts-monitoring.md): Metorial provides monitoring tools to help you understand how your providers are performing and debug issues. - [Projects and Organizations](https://metorial.com/docs/concepts-projects-organizations.md): Organizations and projects help you structure your work in Metorial and manage access to resources. - [Providers](https://metorial.com/docs/concepts-providers.md): Providers are the integrations you connect to Metorial. Understanding provider deployments, configs, and auth configs lets you control exactly how each integration is configured and authenticated. - [Server Deployments](https://metorial.com/docs/concepts-server-deployments.md): Server deployments are the core building blocks of Metorial. They define which integrations and tools your AI applications can access. - [Sessions](https://metorial.com/docs/concepts-sessions.md): Sessions are the runtime layer that connects your application to one or more providers. Each session gives your AI access to tools from all the providers attached to it. - [External Provider Authentication](https://metorial.com/docs/custom-servers-external-authentication.md): Secure your external provider connections. - [Connecting External Providers](https://metorial.com/docs/custom-servers-external-connecting.md): Connect your self-hosted MCP server to Metorial. - [Deploying Custom Providers](https://metorial.com/docs/custom-servers-managed-deployment.md): Learn how to deploy and manage versions of your custom providers. - [Getting Started with Custom Providers](https://metorial.com/docs/custom-servers-managed-getting-started.md): Deploy custom MCP server code without managing infrastructure. - [Custom Providers](https://metorial.com/docs/custom-servers-overview.md): Deploy your own custom providers beyond the pre-built integrations. - [Glossary](https://metorial.com/docs/glossary.md): Definitions for Metorial organizations, providers, sessions, identities, consumers, and related concepts. - [Welcome to Metorial](https://metorial.com/docs/index.md): Documentation for deploying and managing providers with Metorial - [Setting Up API Key Integrations](https://metorial.com/docs/integrations-api-key.md): Deploy and configure API key-based integrations in Metorial - [Browsing the Provider Catalog](https://metorial.com/docs/integrations-browsing-catalog.md): Find and deploy integrations from the Metorial provider catalog - [Enterprise BYO](https://metorial.com/docs/integrations-enterprise-byo.md): Bring Your Own credentials for enterprise deployments with dynamic provider deployments - [Setting Up OAuth Integrations](https://metorial.com/docs/integrations-oauth.md): Use Provider Setup Sessions to authorize users with OAuth-based providers like Slack, GitHub, and Google. - [Integrations Overview](https://metorial.com/docs/integrations-overview.md): Pre-built provider integrations that you can deploy without writing any code - [Deploying your first provider](https://metorial.com/docs/metorial-101-deploying.md): Learn how to deploy a provider in your Metorial project - [Introduction](https://metorial.com/docs/metorial-101-introduction.md): Metorial empowers you to deploy and use MCP (Model Context Protocol) providers efficiently - [Monitoring your providers](https://metorial.com/docs/metorial-101-monitoring.md): Learn how to view session logs, inspect provider runs, and review deployment errors - [Testing your first provider](https://metorial.com/docs/metorial-101-testing.md): Learn how to test your provider using the Explorer tool - [Using your first provider](https://metorial.com/docs/metorial-101-using.md): Learn how to connect your provider to an LLM and build a chat-enabled app - [Code Review Bot with GitHub](https://metorial.com/docs/sample-projects-code-review-bot.md): Create an AI-powered bot that analyzes pull requests for security issues, code smells, and style violations - [HR Interview Coordinator](https://metorial.com/docs/sample-projects-interview-coordinator-bot.md): Learn how to build an AI agent that schedules interviews, sends professional emails, and coordinates with your team using Google Calendar and Gmail - [PM Slack Standup Bot](https://metorial.com/docs/sample-projects-slack-standup-bot.md): Create an AI-powered bot that collects daily standup responses, analyzes team progress, and posts executive summaries - [Error Handling](https://metorial.com/docs/sdk-error-handling.md): Handle errors gracefully in your Metorial SDK applications - [JavaScript SDK](https://metorial.com/docs/sdk-javascript.md): Learn how to use the Metorial JavaScript SDK for TypeScript and JavaScript applications - [OAuth](https://metorial.com/docs/sdk-oauth.md): Handle user authorization for OAuth-enabled providers using Provider Setup Sessions - [Using with AI SDK](https://metorial.com/docs/sdk-providers-ai-sdk.md): Use Metorial with Vercel AI SDK (recommended for TypeScript) - [Using with Anthropic](https://metorial.com/docs/sdk-providers-anthropic.md): Use Metorial with Claude models - [Using with Google](https://metorial.com/docs/sdk-providers-google.md): Use Metorial with Google Gemini models - [Using with OpenAI](https://metorial.com/docs/sdk-providers-openai.md): Use Metorial with OpenAI GPT models - [OpenAI-Compatible Providers](https://metorial.com/docs/sdk-providers-openai-compatible.md): Use Metorial with DeepSeek, TogetherAI, XAI, and other OpenAI-compatible APIs - [Provider Overview](https://metorial.com/docs/sdk-providers-overview.md): Metorial works with all major AI providers - [Python SDK](https://metorial.com/docs/sdk-python.md): Learn how to use the Metorial Python SDK for Python applications - [SDK Quickstart](https://metorial.com/docs/sdk-quickstart.md): Get up and running with Metorial in under 5 minutes ## Optional - [Dashboard](https://app.metorial.com) - [Status](https://status.metorial.com) - [GitHub](https://github.com/metorial)