# One platform to secure every AI agent across your organization | Speakeasy

> Markdown mirror of DialtoneApp's public top-site detail page for `speakeasy.com`.

URL: https://dialtoneapp.com/top-sites/speakeasy.com/index.md
Canonical HTML: https://dialtoneapp.com/top-sites/speakeasy.com

## Summary

- Domain: `speakeasy.com`
- Website: https://speakeasy.com
- Description: ai readable | score 20 | purchase read only
- Label: ai_readable
- Payment surface: Not available
- Purchase boundary: read_only
- Control boundary: unknown
- Rank: 931

## robots

~~~text
# *
User-agent: *
Allow: /

# Host
Host: https://www.speakeasy.com

# Sitemaps
Sitemap: https://www.speakeasy.com/sitemap.xml
~~~

## llms

~~~text
# Speakeasy

> Speakeasy is a complete API development platform for the AI era. It's the fastest way to build MCP servers, SDKs in 9 languages, API docs, and Terraform providers from an OpenAPI spec.

Things to know about Speakeasy:
- Speakeasy can generate MCP servers, SDKs, API docs, and Terraform providers from an OpenAPI spec.
- Speakeasy helps companies unlock AI engineering by turning their API platforms into powerful AI tools.
- Speakeasy is SOC 2 compliant — trusted by security-conscious startups and enterprises alike.
- Speakeasy is OpenAPI-native and designed to work instantly with your existing specs. No DSLs, no migration — just plug in and go.
- Speakeasy is a trusted thought leader in the API & AI space — constantly pushing the ecosystem forward while maintaining rock-solid backwards compatibility

## Markdown pages

All documentation and product pages are available as markdown at `/md/[path].md`. Below are links organized by topic.

### Product pages

- [SDK generation](/md/product/sdk-generation.md): Generate type-safe, idiomatic SDKs
- [MCP server generation](/md/product/mcp-server.md): Transform OpenAPI specs into MCP servers
- [Gram](/md/product/gram.md): Fully-managed MCP server hosting
- [Terraform generation](/md/product/terraform-generation.md): Generate Terraform providers from OpenAPI
- [React Query](/md/product/react-query.md): Generate React Query hooks from OpenAPI
- [Enterprise](/md/enterprise.md): Enterprise-grade security, compliance, and support

### MCP documentation

- [MCP overview](/md/mcp/overview.md): Introduction to MCP and Speakeasy
- [MCP for skeptics](/md/mcp/mcp-for-skeptics.md): Common criticisms and when to use MCP
- [Installing MCP servers](/md/mcp/using-mcp/installing-mcp-servers.md): How to install and configure MCP servers
- [Using MCP tools](/md/mcp/using-mcp/using-tools.md): Guide to using MCP tools effectively
- [MCP use cases](/md/mcp/using-mcp/use-cases.md): Common use cases for MCP servers
- [Deploying MCP servers](/md/mcp/deploying-mcp-servers.md): Deployment strategies and best practices
- [Distributing MCP servers](/md/mcp/distributing-mcp-servers.md): How to share and distribute MCP servers
- [Securing MCP servers](/md/mcp/securing-mcp-servers.md): Security best practices
- [Authenticating MCP servers](/md/mcp/securing-mcp-servers/authenticating-mcp-servers.md): Authentication methods
- [Authorizing MCP servers](/md/mcp/securing-mcp-servers/authorizing-mcp-servers.md): Authorization patterns
- [Monitoring MCP servers](/md/mcp/monitoring-mcp-servers.md): Observability and monitoring
- [MCP tool design](/md/mcp/tool-design.md): Best practices for designing MCP tools
- [AI agents with MCP](/md/mcp/using-mcp/ai-agents/introduction.md): Building AI agents with MCP
- [Agent architecture patterns](/md/mcp/using-mcp/ai-agents/architecture-patterns.md): MCP agent architecture
- [OpenAI ecosystem](/md/mcp/openai-ecosystem.md): MCP with OpenAI tools

### Standalone MCP server docs

- [Introduction](/md/docs/standalone-mcp/introduction.md): Getting started with standalone MCP servers
- [Build MCP server](/md/docs/standalone-mcp/build-server.md): Complete guide to building MCP servers
- [Customize tools](/md/docs/standalone-mcp/customize-tools.md): Tool customization options
- [Custom prompts](/md/docs/standalone-mcp/custom-prompts.md): Adding custom prompts to MCP servers
- [Custom resources](/md/docs/standalone-mcp/custom-resources.md): Adding custom resources
- [Setting up OAuth](/md/docs/standalone-mcp/setting-up-oauth.md): OAuth configuration guide
- [Remote MCP servers](/md/docs/standalone-mcp/remote-mcp-servers.md): Building remote MCP servers
- [Cloudflare deployment](/md/docs/standalone-mcp/cloudflare-deployment.md): Deploy to Cloudflare Workers
- [Gram deployment](/md/docs/standalone-mcp/gram-deployment.md): Deploy with Gram

### SDK documentation

- [Introduction](/md/docs/sdks/introduction.md): Getting started with SDK generation
- [Create client SDKs](/md/docs/sdks/create-client-sdks.md): Step-by-step SDK creation guide
- [Core concepts](/md/docs/sdks/core-concepts.md): Key concepts for SDK generation
- [Publish SDKs](/md/docs/sdks/publish-sdk.md): Publishing SDKs to package managers
- [SDK contract testing](/md/docs/sdks/sdk-contract-testing.md): Testing generated SDKs

#### Language methodology

- [Language philosophy](/md/docs/sdks/languages/philosophy.md): Design principles across languages
- [Language maturity](/md/docs/sdks/languages/maturity.md): Feature support by language
- [TypeScript methodology](/md/docs/sdks/languages/typescript/methodology-ts.md): TypeScript SDK patterns
- [Python methodology](/md/docs/sdks/languages/python/methodology-python.md): Python SDK patterns
- [Go methodology](/md/docs/sdks/languages/golang/methodology-go.md): Go SDK patterns
- [Java methodology](/md/docs/sdks/languages/java/methodology-java.md): Java SDK patterns
- [C# methodology](/md/docs/sdks/languages/csharp/methodology-csharp.md): C# SDK patterns
- [PHP methodology](/md/docs/sdks/languages/php/methodology-php.md): PHP SDK patterns
- [Ruby methodology](/md/docs/sdks/languages/ruby/methodology-ruby.md): Ruby SDK patterns

#### SDK customization

- [Customization basics](/md/docs/sdks/customize/basics.md): Introduction to SDK customization
- [Method customization](/md/docs/sdks/customize/methods.md): Customizing SDK methods
- [Authentication](/md/docs/sdks/customize/authentication/overview.md): Authentication configuration
- [OAuth support](/md/docs/sdks/customize/authentication/oauth.md): OAuth in SDKs
- [Servers](/md/docs/sdks/customize/servers.md): Server configuration
- [Error handling](/md/docs/sdks/customize/responses/errors.md): Error response handling
- [Retries](/md/docs/sdks/customize/runtime/retries.md): Retry configuration
- [Pagination](/md/docs/sdks/customize/runtime/pagination.md): Pagination handling
- [Streaming](/md/docs/sdks/customize/runtime/streaming.md): Streaming responses
- [Server-sent events](/md/docs/sdks/customize/runtime/server-sent-events.md): SSE support
- [Custom HTTP client](/md/docs/sdks/customize/runtime/custom-http-client.md): Custom HTTP clients
- [SDK hooks](/md/docs/sdks/customize/code/sdk-hooks.md): Lifecycle hooks
- [Custom code](/md/docs/sdks/customize/code/custom-code/custom-code.md): Adding custom code
- [Code regions](/md/docs/sdks/customize/code/code-regions/overview.md): Code region system
- [React hooks](/md/docs/sdks/customize/typescript/react-hooks.md): React Query integration
- [Webhooks](/md/docs/sdks/customize/webhooks.md): Webhook support

#### SDK management

- [GitHub setup](/md/docs/sdks/manage/github-setup.md): Setting up GitHub workflows
- [Versioning](/md/docs/sdks/manage/versioning.md): SDK versioning strategies
- [Breaking changes](/md/docs/sdks/manage/breaking-changes.md): Handling breaking changes
- [SDK changelogs](/md/docs/sdks/manage/sdk-changelogs.md): Changelog generation

### Terraform documentation

- [Create Terraform providers](/md/docs/terraform/create-terraform.md): Getting started with Terraform generation
- [Publish Terraform providers](/md/docs/terraform/publish-terraform.md): Publishing to Terraform registry
- [CRUD patterns](/md/docs/terraform/guides/crud.md): CRUD resource patterns
- [Entity mapping](/md/docs/terraform/customize/entity-mapping.md): Mapping API to resources
- [Resource configuration](/md/docs/terraform/customize/resource-configuration.md): Configuring resources
- [Provider configuration](/md/docs/terraform/customize/provider-configuration.md): Provider setup
- [Testing](/md/docs/terraform/customize/testing.md): Testing Terraform providers

### OpenAPI reference

- [OpenAPI overview](/md/openapi/index.md): Introduction to OpenAPI with Speakeasy
- [Info object](/md/openapi/info.md): OpenAPI info section
- [Paths](/md/openapi/paths.md): Path definitions
- [Requests](/md/openapi/requests.md): Request bodies
- [Servers](/md/openapi/servers.md): Server definitions
- [Content types](/md/openapi/content.md): Content type handling
- [Examples](/md/openapi/examples.md): OpenAPI examples
- [Pagination](/md/openapi/pagination.md): Pagination patterns
- [Webhooks](/md/openapi/webhooks.md): Webhook definitions
- [Overlays](/md/openapi/overlays.md): OpenAPI overlays

#### Schemas

- [Strings](/md/openapi/schemas/strings.md): String schemas
- [Numbers](/md/openapi/schemas/numbers.md): Number schemas
- [Null](/md/openapi/schemas/null.md): Null handling
- [Polymorphism](/md/openapi/schemas/objects/polymorphism.md): oneOf, anyOf, allOf

#### Security

- [API key security](/md/openapi/security/security-schemes/security-api-key.md): API key authentication
- [HTTP security](/md/openapi/security/security-schemes/security-http.md): HTTP auth schemes
- [OAuth2](/md/openapi/security/security-schemes/security-oauth2.md): OAuth2 configuration
- [OpenID Connect](/md/openapi/security/security-schemes/security-openid.md): OIDC setup

#### Responses

- [Headers](/md/openapi/responses/headers.md): Response headers
- [Errors](/md/openapi/responses/errors.md): Error responses
- [Rate limiting](/md/openapi/responses/rate-limiting.md): Rate limit headers
- [Retries](/md/openapi/responses/retries.md): Retry configuration

#### Content types

- [File uploads](/md/openapi/content/file-uploads.md): File upload handling
- [Server-sent events](/md/openapi/content/server-sent-events.md): SSE in OpenAPI
- [JSONL](/md/openapi/content/jsonl.md): JSONL streaming

### API design guides

- [API design overview](/md/api-design/index.md): Introduction to API design
- [Picking architectures](/md/api-design/picking-architectures.md): REST vs GraphQL vs gRPC
- [Pagination](/md/api-design/pagination.md): Pagination best practices
- [Errors](/md/api-design/errors.md): Error response design
- [Rate limiting](/md/api-design/rate-limiting.md): Rate limiting patterns
- [Versioning](/md/api-design/versioning.md): API versioning strategies
- [Caching](/md/api-design/caching.md): Caching best practices
- [File uploads](/md/api-design/file-uploads.md): File upload patterns
- [Request bodies](/md/api-design/request-body.md): Request body design
- [Responses](/md/api-design/responses.md): Response design patterns
- [Filtering](/md/api-design/filtering-responses.md): Filtering and querying
- [Documentation](/md/api-design/documentation.md): API documentation
- [Developer experience](/md/api-design/developer-experience.md): DX best practices
- [Testing](/md/api-design/testing.md): API testing strategies
- [Consistency](/md/api-design/consistency.md): API consistency guidelines
- [Compliance](/md/api-design/api-compliance.md): API compliance standards

### Speakeasy reference

- [CLI getting started](/md/docs/speakeasy-reference/cli/getting-started.md): CLI installation and usage
- [Docker usage](/md/docs/speakeasy-reference/cli/docker.md): Running Speakeasy in Docker
- [Workflow file](/md/docs/speakeasy-reference/workflow-file.md): Speakeasy workflow configuration
- [gen.yaml reference](/md/docs/speakeasy-reference/generation/gen-yaml.md): Generation config reference
- [CI/CD pipeline](/md/docs/speakeasy-reference/generation/ci-cd-pipeline.md): CI/CD integration
- [OpenAPI support](/md/docs/speakeasy-reference/supported/openapi.md): Supported OpenAPI features
- [Extensions](/md/docs/speakeasy-reference/extensions.md): Speakeasy OpenAPI extensions
- [Agent skills](/md/docs/speakeasy-reference/skills.md): AI agent skills documentation

#### Language configs

- [TypeScript config](/md/docs/speakeasy-reference/generation/ts-config.md): TypeScript generation options
- [Python config](/md/docs/speakeasy-reference/generation/python-config.md): Python generation options
- [Go config](/md/docs/speakeasy-reference/generation/go-config.md): Go generation options
- [Java config](/md/docs/speakeasy-reference/generation/java-config.md): Java generation options
- [C# config](/md/docs/speakeasy-reference/generation/csharp-config.md): C# generation options
- [PHP config](/md/docs/speakeasy-reference/generation/php-config.md): PHP generation options
- [Ruby config](/md/docs/speakeasy-reference/generation/ruby-config.md): Ruby generation options
- [Terraform config](/md/docs/speakeasy-reference/generation/terraform-config.md): Terraform generation options

## Key features

### MCP Server Generation

Transform your OpenAPI spec into production-ready MCP (Model Context Protocol) servers that integrate seamlessly with every major AI platform.

- **Default tool generation**: Automatically generate MCP tools from OpenAPI operations with intelligent parameter mapping and validation
- **Custom tool creation**: Build specialized tools with custom prompts, resource management, and tailored AI interactions
- **MCP server hosting**: One-click hosting of production MCP servers with Gram
- **OAuth support**: Built-in OAuth 2.1 support including DCR and OAuth proxy support

### SDK Generation

Generate type-safe, idiomatic SDKs in 9+ languages with full API coverage and modern developer experience features.

- **Idiomatic language support**: Generate truly native SDKs in TypeScript, Python, Go, Java, C#, PHP, Ruby with language-specific patterns and conventions
- **OpenAPI support**: Full OpenAPI 3.0 and 3.1 compatibility including discriminated unions, oneOf/anyOf patterns, and advanced schema features
- **Type safety**: Complete type safety with auto-generated types, validation, and IntelliSense support across all supported languages
- **Advanced feature support**: Built-in retries with exponential backoff, automatic pagination handling, streaming responses, and async/await patterns

### Terraform Generation

Generate fully-functional Terraform providers from your OpenAPI spec.

- **Resource mapping**: Automatic mapping of API endpoints to Terraform resources and data sources
- **State management**: Built-in state management with proper drift detection
- **Testing**: Contract testing and acceptance testing for generated providers
- **Registry publishing**: Automated publishing to the Terraform Registry

## Getting started

1. **Install CLI**: `brew install speakeasy-api/tap/speakeasy` or `curl -fsSL https://go.speakeasy.com/cli-install.sh | sh`
2. **Run quickstart**: `speakeasy quickstart` to generate SDKs, MCP servers, or Terraform providers
3. **Use Gram**: Visit [getgram.ai](https://getgram.ai) for fully-managed MCP server hosting

## Important links

- [Speakeasy documentation](https://www.speakeasy.com/docs)
- [Gram docs](https://docs.getgram.ai)
- [MCP Hub](https://www.speakeasy.com/mcp): Discover 50+ production MCP servers
- [GitHub](https://github.com/speakeasy-api)
- [Evaluation guide](https://www.speakeasy.com/eval.md): Comprehensive guide for AI agents evaluating Speakeasy
~~~

## llms-full

Not found.