We've made API Copilot a first-class part of your portal. It has moved out of a floating overlay and into a dedicated panel beside your docs, and it's now reachable from more places than ever. On top of that, your portal can now open directly into it: with the new API Copilot Home (Beta), developers land in a conversation and start integrating by asking a question instead of browsing the docs for where to begin.
99 posts tagged with "Improvement"
View All TagsMajor Improvements to the C# v4 SDK (Beta)
The C# v4 SDK (beta) has picked up a wave of improvements over the past few weeks, spanning streaming, dependency injection, documentation, error handling, and file handling.
Bring Your API Into Every Developer's AI Coding Tool
Developers increasingly don't read API documentation page by page — they build with AI coding tools like Claude Code, Cursor, and VS Code. And these tools are only as good as the context they have. Without accurate, current knowledge of your API, they guess: invented endpoints, stale parameters, and integration code that takes hours to hand-fix.
We've brought your API into that workflow. Right from your developer portal, developers can now load your full API context — docs, SDKs, code samples, and setup instructions — into their AI coding environments in a single step, using Context Plugins.
Updated UI for Custom Components in the API Developer Portal
We've updated the UI for custom components in the API Developer Portal. Components including Callouts, Card/Card Group, Accordion/Accordion Group, Frame Image, Frame Video, Mermaid, and Table have been updated with a cleaner, more polished look — making your documentation feel more cohesive and professional.
Improved Title Generation in SDK Documentation
This release enhances SDK documentation title generation from your OpenAPI specifications. We now apply smarter casing rules to endpoint titles and model names. You'll see improved handling of prepositions, acronyms, and any words you've defined in the DoNotSplitWords list.
Success Notification for API Calls in API Recipes
We've introduced success notifications for API calls in API Recipes, allowing developers to confirm a successful response directly in the workflow.
Enhanced Sorting Controls for API Portal Components
A new ConfigureComponentSorting codegen setting is now available, providing independent sorting control for each API component type in generated SDK docs and API Portals.
Improved Portal Readability and Accessibility
We’ve enhanced the overall usability and accessibility of the API portal, making it faster to navigate and easier to consume across different workflows.
Pre-Release Notice: Improved Title Generation in SDK Documentation
This release enhances SDK documentation title generation from your OpenAPI specifications. We now apply smarter casing rules to endpoint titles and model names. You'll see improved handling of prepositions, acronyms, and any words you've defined in the DoNotSplitWords list.
Enhanced SDK Documentation for Enumeration
Enhanced SDK documentation for enumeration casing across all supported languages. This update ensures consistent and accurate environment enumeration representation in the Getting Started section for all languages. We also improved enum casing in the model documentation section for Java.