# agentkit

Published articles for agentkit.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Azure Cosmos DB in the Agentic Era: Data Tools for Developers and AI Agents

DevFeed: [Azure Cosmos DB in the Agentic Era: Data Tools for Developers and AI Agents](<https://devfeed.tech/articles/azure-cosmos-db-in-the-agentic-era-data-tools-for-developers-and-ai-agents-50041.md>)

Original publisher: [Read original article](<https://devblogs.microsoft.com/cosmosdb/azure-cosmos-db-in-the-agentic-era-data-tools-for-developers-and-ai-agents/>)

Author: Sajeetharan Sinnathurai

Published: 2026-08-18T20:55:36Z

Content type: release

Language: en

Sources: [Azure Cosmos DB Blog](<https://devfeed.tech/sources/azure-cosmos-db-blog.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [GitHub Copilot](<https://devfeed.tech/topics/github-copilot.md>), [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [VS Code Extension](<https://devfeed.tech/topics/vscode-extension.md>), [coding](<https://devfeed.tech/topics/coding.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [agentkit](<https://devfeed.tech/tags/agentkit.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [azure-cosmos-db](<https://devfeed.tech/tags/azure-cosmos-db.md>), [azure-cosmos-db-for-nosql](<https://devfeed.tech/tags/azure-cosmos-db-for-nosql.md>), [azurecosmosdb](<https://devfeed.tech/tags/azurecosmosdb.md>), [code](<https://devfeed.tech/tags/code.md>), [copilot](<https://devfeed.tech/tags/copilot.md>), [data](<https://devfeed.tech/tags/data.md>), [developers](<https://devfeed.tech/tags/developers.md>), [editor](<https://devfeed.tech/tags/editor.md>), [extension](<https://devfeed.tech/tags/extension.md>), [github-copilot](<https://devfeed.tech/tags/github-copilot.md>), [visual-studio-code](<https://devfeed.tech/tags/visual-studio-code.md>)

### AI overview

The article discusses Azure Cosmos DB Visual Studio Code extension updates that integrate GitHub Copilot tools and Cosmos DB skills into the Query Editor. The updates support schema inspection, query generation and execution, optional MCP access through Azure Cosmos DB Shell, local work with the Emulator, migration, and account health workflows.

### Source excerpt

Anthropic's 2026 Agentic Coding Trends Report captures an important tension in how developers use AI. Engineers report using AI in roughly 60% of their work, yet say they can fully delegate only 0-20% of their tasks. AI is becoming a constant collaborator, but it still needs setup, supervision, validation, and human judgment. That gap is [...] The post Azure Cosmos DB in the Agentic Era: Data Tools for Developers and AI Agents appeared first on Azure Cosmos DB Blog.

## AI agents, meet the Azure Cosmos DB vNext emulator

DevFeed: [AI agents, meet the Azure Cosmos DB vNext emulator](<https://devfeed.tech/articles/ai-agents-meet-the-azure-cosmos-db-vnext-emulator-50050.md>)

Original publisher: [Read original article](<https://devblogs.microsoft.com/cosmosdb/use-ai-agents-with-cosmosdb-vnext-emulator/>)

Author: Abhishek Gupta

Published: 2026-07-20T14:05:15Z

Content type: article

Language: en

Sources: [Azure Cosmos DB Blog](<https://devfeed.tech/sources/azure-cosmos-db-blog.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Hackathon-Kit](<https://devfeed.tech/topics/hackathon-kit.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [GitHub Copilot](<https://devfeed.tech/topics/github-copilot.md>), [synthetic-data](<https://devfeed.tech/topics/synthetic-data.md>), [GitHub Copilot CLI](<https://devfeed.tech/topics/github-copilot-cli.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>)

Tags: [agent-skill](<https://devfeed.tech/tags/agent-skill.md>), [agentic-coding](<https://devfeed.tech/tags/agentic-coding.md>), [agentkit](<https://devfeed.tech/tags/agentkit.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [azure-cosmos-db](<https://devfeed.tech/tags/azure-cosmos-db.md>), [azure-cosmos-db-for-nosql](<https://devfeed.tech/tags/azure-cosmos-db-for-nosql.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [cli](<https://devfeed.tech/tags/cli.md>), [codex](<https://devfeed.tech/tags/codex.md>), [development](<https://devfeed.tech/tags/development.md>), [docker](<https://devfeed.tech/tags/docker.md>), [emulator](<https://devfeed.tech/tags/emulator.md>), [multi-agent](<https://devfeed.tech/tags/multi-agent.md>), [test-data](<https://devfeed.tech/tags/test-data.md>)

### AI overview

This article explains how AI coding agents can use the Azure Cosmos DB vNext emulator through its bundled Azure Cosmos DB Shell. It describes an Agent Skill that guides agents in inspecting resources, creating databases and containers, loading test data, and running queries, including generating synthetic orders for a multi-tenant application.

### Source excerpt

If you use the Azure Cosmos DB vNext emulator, you probably know the local development loop: start the emulator, connect to it, create some resources, load test data, run queries, and inspect the results. Each step is straightforward, but together they add setup work before you can test the application you are actually building. How [...] The post AI agents, meet the Azure Cosmos DB vNext emulator appeared first on Azure Cosmos DB Blog.