{"id":3698,"date":"2025-10-15T13:57:55","date_gmt":"2025-10-15T13:57:55","guid":{"rendered":"https:\/\/www.infobip.com\/developers\/?p=3698"},"modified":"2025-10-15T13:57:56","modified_gmt":"2025-10-15T13:57:56","slug":"is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit","status":"publish","type":"post","link":"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit","title":{"rendered":"Is Agent Development Revolution Already Here? How OpenAI Shook the Tech World with their AgentKit\u00a0"},"content":{"rendered":"\n<p>On October 6, 2025, at OpenAI DevDays, CEO Sam Altman unveiled <strong><a href=\"https:\/\/openai.com\/index\/introducing-agentkit\/\" target=\"_blank\" rel=\"noreferrer noopener\">AgentKit<\/a><\/strong>, a game-changing platform that transforms the traditionally complex, fragmented process of building intelligent agents into a seamless, visual development experience. But what makes this announcement even more compelling for developers is how quickly the ecosystem is expanding with powerful integrations.\u00a0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Road So Far&#8230;&nbsp;<\/h2>\n\n\n\n<p>Every agent project typically starts with some considerable chunk of time spent on boilerplate setup. Developers have to manually configure multiple SDKs, manage dependencies, and wrangle sometimes incompatible API versions. A simple &#8220;Hello World&#8221; agent often requires 100+ lines of configuration code before writing a single line of business logic.&nbsp;<\/p>\n\n\n\n<p>Moreover, getting agents into production requires a tinge of DevOps expertise most developers don&#8217;t want to touch, which includes build pipeline, deployment configurations, scaling policies, monitoring setup, and error handling. Not to mention that not everyone is a fan of Python or TypeScript, the languages used at the backend.&nbsp;<\/p>\n\n\n\n<p>As agents evolve, so does their complexity. Adding new capabilities means refactoring core architecture, updating multiple integration points, and praying nothing breaks in production. A simple feature request can cascade into weeks of technical debt repayment.&nbsp;<\/p>\n\n\n\n<p>So far, building effective agents has required deep expertise across multiple domains, including ML model integration, API orchestration, conversational design, and infrastructure management. Most development teams had gaps in at least one critical area.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">AgentKit&#8217;s Approach&nbsp;<\/h2>\n\n\n\n<p>AgentKit addresses these implementation challenges through several interesting architectural decisions:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Visual Development Interface&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Drag-and-drop component assembly&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Real-time workflow visualization&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Configuration through UI forms rather than code&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use of the OpenAI Agents SDK as a backend&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>What OpenAI has done is build on top of the earlier 2025 releases of Responses API and Agents SDK, and package the logic into a visual builder that looks to be quite the player in the already crowded field. Those two already include the support for invoking external tools via MCP, so all the ingredients are here.&nbsp;<\/p>\n\n\n\n<p>In contrast to what you can get on other AI vendor-powered platforms on the market, like Copilot Studio or Google Agent Studio, this one seems like a more rounded package because it also includes first-party evals and tracing of the Agent conversations.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Reality Check&nbsp;<\/h2>\n\n\n\n<p>AgentKit definitely reduces the time spent on reading documentation and debugging configuration syntax. It also makes agent logic&nbsp;<a href=\"https:\/\/shiftmag.dev\/openai-killed-off-cheap-chatgpt-wrappers-or-did-it-6523\/\" target=\"_blank\" rel=\"noreferrer noopener\">more accessible to non-backend developers<\/a>.&nbsp;<\/p>\n\n\n\n<p>However, visual tools can become unwieldy for complex logic, and AgentKit may not be able to support advanced customization scenarios that require direct code access. The ability to inspect and export the code generated by the visual builder is a great feature, especially since it allows you to toggle between Python and TypeScript variants. Nevertheless, for complex customizations, most developers will likely treat AgentKit as a starting point, using it to generate an initial code structure before moving development outside the platform for more granular control.&nbsp;<\/p>\n\n\n\n<p>The same goes for third-party integrations. While it eliminates integration boilerplate and reduces time-to-integration for supported services, it\u2019s still limited to a bunch of supported integrations. Custom or niche services may still require manual SDK work.&nbsp;<\/p>\n\n\n\n<p>The major missing link here is also the bring-your-own-model feature, which means you are doomed to using OpenAI\u2019s models, which, while definitely great, are not the best-fitting solution for every use case. This will likely be addressed in the long term, as the underlying framework already includes the capability to connect to any OpenAI-like endpoint. For now, visually, the option just isn\u2019t there.&nbsp;<\/p>\n\n\n\n<p>One thing\u2019s for sure. AgentKit&#8217;s approach represents a notable shift toward accessible agent development, though it&#8217;s still early to assess its long-term impact on the development ecosystem.&nbsp;&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Market Implications and Future Outlook&nbsp;<\/h2>\n\n\n\n<p>Major players on the market that are betting exclusively on the conversational AI (like <a href=\"https:\/\/www.kore.ai\/\" target=\"_blank\" rel=\"noreferrer noopener\">kore.ai<\/a>) and\/or products that are just a thin wrapper around OpenAI\u2019s models are in danger of losing customers in the long run.&nbsp;&nbsp;<\/p>\n\n\n\n<p>The platform&#8217;s success will largely depend on how well it balances ease of use with the flexibility developers need for complex applications, and whether OpenAI can maintain a sustainable cost structure while expanding integration capabilities.&nbsp;<\/p>\n\n\n\n<p>Time will tell how the developer community adopts these tools and what direction the platform evolves in, but the initial architectural decisions suggest a promising foundation for reducing the traditional barriers to agent development.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">MCP Servers to the Rescue&nbsp;<\/h2>\n\n\n\n<p>While AgentKit provides solid built-in integrations, real-world applications often demand specialized capabilities that go beyond standard offerings. Model Context Protocol (MCP) servers effectively address this need, and their integration with AgentKit works well.&nbsp;<\/p>\n\n\n\n<p>The MCP integration process is more straightforward than traditional SDK integrations. Once an MCP server is configured and connected, AgentKit treats its capabilities as native tools, creating a seamless development experience. The standardized protocol means less time spent on authentication patterns and API quirks that typically complicate custom integrations.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Infobip MCP Integration<\/h3>\n\n\n\n<p>Good news for those who want to add communication superpowers to their agents. Our engineering team has successfully integrated our own <a href=\"https:\/\/github.com\/infobip\/mcp\" target=\"_blank\" rel=\"noreferrer noopener\">Infobip MCP Servers<\/a> with OpenAI&#8217;s Agent Builder.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Supported Communication Capabilities&nbsp;<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Send messages, using various channels, such as SMS, WhatsApp, Viber, RCS&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Set up and manage 2FA&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Access your customer data platform&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Manage Infobip user accounts&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Explore Infobip Documentation&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>Infobip MCP Servers provide several key benefits for developers building communication-enabled agents. The servers eliminate the need to integrate and manage separate SDK implementations for each communication service. Real-time delivery tracking provides status updates for sent messages, allowing agents to respond appropriately to delivery failures or delays. Template management handles dynamic content generation and compliance requirements automatically, which is particularly valuable for regulated channels like WhatsApp Business. Built-in error handling includes automatic retry logic and fallback mechanisms, ensuring message delivery reliability without requiring custom error management code.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusions<\/h2>\n\n\n\n<p>AgentKit represents a significant shift toward accessible agent development, with clear benefits for rapid prototyping and standard use cases. The addition of MCP servers extends these capabilities into practical business applications.&nbsp;<\/p>\n\n\n\n<p>For developers interested in communication-enabled agents, the combination of AgentKit&#8217;s development experience and Infobip&#8217;s MCP integration provides a practical starting point with production-ready messaging capabilities.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>On October 6, 2025, at OpenAI DevDays, CEO Sam [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":3700,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","footnotes":""},"categories":[50,252],"tags":[43,309],"coauthors":[134,161],"class_list":["post-3698","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai","category-tools","tag-api","tag-mcp-servers"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Is Agent Development Revolution Already Here? How OpenAI Shook the Tech World with their AgentKit\u00a0 - Infobip Developers Hub<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Is Agent Development Revolution Already Here? How OpenAI Shook the Tech World with their AgentKit\u00a0 - Infobip Developers Hub\" \/>\n<meta property=\"og:description\" content=\"On October 6, 2025, at OpenAI DevDays, CEO Sam [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit\" \/>\n<meta property=\"og:site_name\" content=\"Infobip Developers Hub\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/infobip\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-15T13:57:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-15T13:57:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/10\/ai-consumption.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1472\" \/>\n\t<meta property=\"og:image:height\" content=\"832\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Joanna Suau, Zvonimir Petkovic\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@JoannaSuau\" \/>\n<meta name=\"twitter:site\" content=\"@InfobipDev\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Joanna Suau, Zvonimir Petkovic\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit\"},\"author\":{\"name\":\"Joanna Suau\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/707842627f046bb5722c37a9fdc85d62\"},\"headline\":\"Is Agent Development Revolution Already Here? How OpenAI Shook the Tech World with their AgentKit\u00a0\",\"datePublished\":\"2025-10-15T13:57:55+00:00\",\"dateModified\":\"2025-10-15T13:57:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit\"},\"wordCount\":1065,\"publisher\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/10\/ai-consumption.jpg\",\"keywords\":[\"API\",\"MCP servers\"],\"articleSection\":[\"AI\",\"Tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit\",\"url\":\"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit\",\"name\":\"Is Agent Development Revolution Already Here? How OpenAI Shook the Tech World with their AgentKit\u00a0 - Infobip Developers Hub\",\"isPartOf\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/10\/ai-consumption.jpg\",\"datePublished\":\"2025-10-15T13:57:55+00:00\",\"dateModified\":\"2025-10-15T13:57:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit#primaryimage\",\"url\":\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/10\/ai-consumption.jpg\",\"contentUrl\":\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/10\/ai-consumption.jpg\",\"width\":1472,\"height\":832,\"caption\":\"Agent Development Revolution\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.infobip.com\/developers\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Is Agent Development Revolution Already Here? How OpenAI Shook the Tech World with their AgentKit\u00a0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#website\",\"url\":\"https:\/\/www.infobip.com\/developers\/\",\"name\":\"Infobip Developers Hub\",\"description\":\"Build meaningful customer relationships across any channel\",\"publisher\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.infobip.com\/developers\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#organization\",\"name\":\"Infobip Developers Hub\",\"url\":\"https:\/\/www.infobip.com\/developers\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2023\/03\/Infobip_logo_favicon.png\",\"contentUrl\":\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2023\/03\/Infobip_logo_favicon.png\",\"width\":696,\"height\":696,\"caption\":\"Infobip Developers Hub\"},\"image\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/infobip\/\",\"https:\/\/x.com\/InfobipDev\",\"https:\/\/www.youtube.com\/channel\/UCUPSTy53VecI5GIir3J3ZbQ\",\"https:\/\/github.com\/infobip-community\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/707842627f046bb5722c37a9fdc85d62\",\"name\":\"Joanna Suau\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/image\/cccb05b0dfa8fde5d00a09f4047f929e\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b632afa61f1a27c1a0d823a9ec17eeb047cf476c570012dd90ba88a1bb9b1585?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b632afa61f1a27c1a0d823a9ec17eeb047cf476c570012dd90ba88a1bb9b1585?s=96&d=mm&r=g\",\"caption\":\"Joanna Suau\"},\"description\":\"Joanna is a Developer Educator at Infobip, working in the Developer Relations team.\",\"sameAs\":[\"https:\/\/medium.com\/@joanna.suau\",\"https:\/\/www.linkedin.com\/in\/joannasuau\/\",\"https:\/\/x.com\/JoannaSuau\"],\"url\":\"https:\/\/www.infobip.com\/developers\/blog\/author\/joanna\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Is Agent Development Revolution Already Here? How OpenAI Shook the Tech World with their AgentKit\u00a0 - Infobip Developers Hub","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit","og_locale":"en_US","og_type":"article","og_title":"Is Agent Development Revolution Already Here? How OpenAI Shook the Tech World with their AgentKit\u00a0 - Infobip Developers Hub","og_description":"On October 6, 2025, at OpenAI DevDays, CEO Sam [&hellip;]","og_url":"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit","og_site_name":"Infobip Developers Hub","article_publisher":"https:\/\/www.facebook.com\/infobip\/","article_published_time":"2025-10-15T13:57:55+00:00","article_modified_time":"2025-10-15T13:57:56+00:00","og_image":[{"width":1472,"height":832,"url":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/10\/ai-consumption.jpg","type":"image\/jpeg"}],"author":"Joanna Suau, Zvonimir Petkovic","twitter_card":"summary_large_image","twitter_creator":"@JoannaSuau","twitter_site":"@InfobipDev","twitter_misc":{"Written by":"Joanna Suau, Zvonimir Petkovic","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit#article","isPartOf":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit"},"author":{"name":"Joanna Suau","@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/707842627f046bb5722c37a9fdc85d62"},"headline":"Is Agent Development Revolution Already Here? How OpenAI Shook the Tech World with their AgentKit\u00a0","datePublished":"2025-10-15T13:57:55+00:00","dateModified":"2025-10-15T13:57:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit"},"wordCount":1065,"publisher":{"@id":"https:\/\/www.infobip.com\/developers\/#organization"},"image":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit#primaryimage"},"thumbnailUrl":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/10\/ai-consumption.jpg","keywords":["API","MCP servers"],"articleSection":["AI","Tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit","url":"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit","name":"Is Agent Development Revolution Already Here? How OpenAI Shook the Tech World with their AgentKit\u00a0 - Infobip Developers Hub","isPartOf":{"@id":"https:\/\/www.infobip.com\/developers\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit#primaryimage"},"image":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit#primaryimage"},"thumbnailUrl":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/10\/ai-consumption.jpg","datePublished":"2025-10-15T13:57:55+00:00","dateModified":"2025-10-15T13:57:56+00:00","breadcrumb":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit#primaryimage","url":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/10\/ai-consumption.jpg","contentUrl":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/10\/ai-consumption.jpg","width":1472,"height":832,"caption":"Agent Development Revolution"},{"@type":"BreadcrumbList","@id":"https:\/\/www.infobip.com\/developers\/blog\/is-agent-development-revolution-already-here-how-openai-shook-the-tech-world-with-their-agentkit#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.infobip.com\/developers\/"},{"@type":"ListItem","position":2,"name":"Is Agent Development Revolution Already Here? How OpenAI Shook the Tech World with their AgentKit\u00a0"}]},{"@type":"WebSite","@id":"https:\/\/www.infobip.com\/developers\/#website","url":"https:\/\/www.infobip.com\/developers\/","name":"Infobip Developers Hub","description":"Build meaningful customer relationships across any channel","publisher":{"@id":"https:\/\/www.infobip.com\/developers\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.infobip.com\/developers\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.infobip.com\/developers\/#organization","name":"Infobip Developers Hub","url":"https:\/\/www.infobip.com\/developers\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/logo\/image\/","url":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2023\/03\/Infobip_logo_favicon.png","contentUrl":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2023\/03\/Infobip_logo_favicon.png","width":696,"height":696,"caption":"Infobip Developers Hub"},"image":{"@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/infobip\/","https:\/\/x.com\/InfobipDev","https:\/\/www.youtube.com\/channel\/UCUPSTy53VecI5GIir3J3ZbQ","https:\/\/github.com\/infobip-community"]},{"@type":"Person","@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/707842627f046bb5722c37a9fdc85d62","name":"Joanna Suau","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/image\/cccb05b0dfa8fde5d00a09f4047f929e","url":"https:\/\/secure.gravatar.com\/avatar\/b632afa61f1a27c1a0d823a9ec17eeb047cf476c570012dd90ba88a1bb9b1585?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b632afa61f1a27c1a0d823a9ec17eeb047cf476c570012dd90ba88a1bb9b1585?s=96&d=mm&r=g","caption":"Joanna Suau"},"description":"Joanna is a Developer Educator at Infobip, working in the Developer Relations team.","sameAs":["https:\/\/medium.com\/@joanna.suau","https:\/\/www.linkedin.com\/in\/joannasuau\/","https:\/\/x.com\/JoannaSuau"],"url":"https:\/\/www.infobip.com\/developers\/blog\/author\/joanna"}]}},"_links":{"self":[{"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/posts\/3698","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/comments?post=3698"}],"version-history":[{"count":2,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/posts\/3698\/revisions"}],"predecessor-version":[{"id":3702,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/posts\/3698\/revisions\/3702"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/media\/3700"}],"wp:attachment":[{"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/media?parent=3698"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/categories?post=3698"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/tags?post=3698"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/coauthors?post=3698"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}