記事一覧へ
ほとんどの人は Anthropic が Claude Managed Agents を発表するのを見て、すぐに興味を失いました。技術的すぎる。自分には関係ない、と。
違います。
これはビジネスに AI サービスを販売したい人(または既存ビジネスをエージェント化したい人)にとって、最大のアンロックです。
そして一行もコードを書いたことがなくても、なぜそうなのかを理解できます。
実際に何を意味するか、なぜビジネスにとって重要か、そしてコードを書いたことがない人でも始める方法を解説します。
---
## Claude Managed Agents とは(わかりやすく)
こう考えてください:昨日まで、クライアントのために実際に仕事ができるカスタムAIエージェント(メールを読む、CRMを更新する、レポートを生成する、フォローアップを送る)を構築するには、サーバーのセットアップ、セキュリティの管理、エラー処理、インフラへの対処が必要でした。
エージェントが何か有用なことをする前に、何ヶ月もの開発作業が必要でした。
Managed Agents は Anthropic が「そういったことはすべて私たちが処理します。あなたはエージェントに何をさせたいかを伝えるだけでいい」と言っているのです。
ジョブを定義する。Anthropic がクラウドで実行する。エージェントはコードを書いたり、ウェブを検索したり、ファイルを読んだり、ツールに接続したりできる安全なワークスペースを持つ。配管を一切作らなくて済みます。
## 非技術者がなぜ気にすべきか
これは AI サービスビジネスを始めるための計算を変えます。
**Managed Agents 以前:**
- 技術インフラを理解する必要がある
- サーバーとセキュリティを管理する必要がある
- 何かを販売できる前に大規模なセットアップが必要
**Managed Agents 以降:**
- Anthropic がインフラを担当
- セキュリティとサンドボックスが組み込み済み
- プロトタイプから稼働エージェントまで数日で
- コスト:API 使用量のみ(従量制)
参入障壁は「開発チームを雇う」から「エージェントに何をさせたいかを説明する」まで下がりました。
## 4つの構成要素(知っておくべきすべて)
すべての Managed Agent は4つのもので動きます:
**1. Agent(エージェント)** — 指示。使用するモデル、エージェントが何をすべきか、どのツールにアクセスできるか。これをあなたが人間のアシスタントに書く職務記述書と考えてください。
**2. Environment(環境)** — ワークスペース。エージェントが必要とするソフトウェアとツールが事前ロードされています。新入社員の初日前にノートパソコンをセットアップするようなものです。
**3. Session(セッション)** — 実行中の会話。エージェントはセッション内のすべてを覚えており、何時間でも作業でき、やり取りの間ファイルを保持します。
**4. Events(イベント)** — 往復するメッセージ。タスクを送り込む。エージェントが結果、状態更新を返し、必要に応じて承認を求めます。
以上です。4つの概念。残りはすべて詳細です。
## 実際に何を構築できるか
実際の企業がすでに Managed Agents で展開しています:
**自社のビジネス向け:**
- すべてのクライアントメールを読んで自分のトーンで下書きを書くエージェント
- 競合をモニタリングして週次ブリーフィングを送る調査エージェント
- メモ書きを取り上げて完成したブログ投稿、SNS文章、ニュースレターを作成するコンテンツエージェント
**クライアントに販売するサービスとして(初期費用1,500〜5,000ドル+月500ドル):**
- 書類を収集し、リマインダーを送り、新しいアカウントを自動的に設定するクライアントオンボーディングエージェント
- 複数のソースからデータを引き出して役員向け週次サマリーを作成するレポートジェネレーター
- よくある質問に答え、特殊ケースをエスカレーションし、CRM にすべてを記録するカスタマーサポートエージェント
- 生のファイルを取り込み、重要なデータを抽出して整理するドキュメントプロセッサー。財務チームがすでに使用しています。
- Asana や Linear に参加してチームメンバーのようにタスクをこなすプロジェクト管理エージェント
重要な洞察:これらを自分で構築する必要はありません。クライアントの問題をエージェントに説明できるほど理解する必要があります。
## パーミッションシステム(なぜクライアントが信頼するか)
ほとんどの人がスキップするこの部分こそ、実際のビジネスに販売可能にする部分です。
Managed Agents には2つのモードがあります:
- **自動実行**:エージェントがすべてを自動的に処理する。ワークフローを信頼する内部ツールに最適。
- **承認必須**:エージェントはアクションを実行する前に一時停止して確認を求める。クライアント向けまたは機密性の高いものに最適。
混在させることができます。エージェントがファイルを読んでウェブを検索することは自動的に行い、メールを送信したりデータベースを更新したりする前には承認を必要とする。
これがリスク回避的なビジネスオーナーに「はい」と言わせる方法です。「エージェントがメールの下書きを書きますが、あなたの承認なしに何も送りません。」
## 始め方(2つのパス)
**パス1:すでに Claude Code を使っている**
Claude Code を開いて1行入力してください:
「start onboarding for managed agents in Claude API」
設定全体を案内してくれます。または無料の Google Doc ガイドで同じことができます:https://return-my-time.kit.com/2872b904f5
**パス2:非技術者でサポートが必要**
これがまさに Build With AI コミュニティ内でカバーしていることです。ライブオフィスアワーでエージェント構築を最初から最後まで案内します——適切な問題の特定からクライアント向けの稼働エージェントのデプロイまで。
API や コードを書く必要はありません。ビジネスの問題を理解する必要があります。残りは一緒に処理します。
## コスト
価格は使用量ベースです:
- 標準 Claude API トークンレート(通常通り Claude を使うのと同じ)
- アクティブランタイム1セッション時間あたり0.08ドル
- ウェブ検索:1,000回の検索あたり10ドル(エージェントに必要な場合)
典型的な10分のエージェントセッションは数セントかかります。ヘビーな使用でも、ほとんどのユースケースで月100ドル未満に収まります。
開発者を雇うかエンタープライズソフトウェアに支払うかと比べてください。計算が合います。
## 誰も語らないビジネスチャンス
ほとんどの人が見逃すのはここです:これを最も必要としているビジネス(法律事務所、会計事務所、不動産会社、医療機関)は決して自分でセットアップしません。したくないのです。誰かにやってもらいたいのです。
その誰かがあなたです。
プレイブック:
1. 最大の時間の無駄を特定する999ドルのAI監査を実施
2. トップの問題を解決するマネージドエージェントを構築
3. Anthropic のインフラにデプロイ(セキュリティ、稼働時間はすべて担当してくれる)
4. 維持・改善のために月500ドルを請求
4クライアント = 月2,000ドルの継続収益。10クライアント = 月5,000ドル。そして各エージェントは1回の会議より保守時間がかかりません。
この記事を読んだ人の99.9%がブックマークして何もしません。
0.1%になってください。行動してください。
---
PS: Claude Code を使って最初のマネージドエージェントを段階的にデプロイする Google Doc を作りました。
Claude Code に手渡せば、残りは自分でやってくれます。
こちらから入手:
return-my-time.kit.com/2872b904f5

claude-setupagent-opsbusiness-model
Claude管理エージェント入門ガイド
♥ 655↻ 68
原文を表示 / Show original
Most people saw Anthropic announce Claude Managed Agents yesterday and immediately tuned out. Too technical. Not for me.
Wrong.
This is the single biggest unlock for anyone who wants to sell AI services to businesses (or agentify your existing business).
And you don't need to be a developer to understand why.
Here's what it actually means, why it matters for your business, and how to get started even if you've never written a line of code.
PS: I made a Google Doc that walks Claude Code through deploying your first managed agent step by step.
Hand it to Claude Code. It does the rest.
Grab it here: return-my-time.kit.com/2872b904f5
————————————————————————————————————————
What Claude Managed Agents Actually Is (In Plain English)
Think of it like this: until yesterday, building a custom AI agent that could actually do real work for a client (read their emails, update their CRM, generate reports, send follow-ups) required you to set up servers, manage security, handle errors, and deal with infrastructure.
That's months of engineering work before your agent does anything useful.
Managed Agents is Anthropic saying: "We'll handle all of that. You just tell the agent what to do."
You define the job. They run it on their cloud. The agent gets a secure workspace where it can write code, search the web, read files, and connect to tools. All without you building any of the plumbing.
Why Non-Technical People Should Care
This changes the math on starting an AI services business.
Before Managed Agents:
- Need to understand technical infrastructure
- Need to manage servers and security
- Extensive setup before you can sell anything
After Managed Agents:
- Anthropic handles the infrastructure
- Security and sandboxing built in
- Prototype to live agent in days
- Cost: API usage only (pay as you go)
The barrier to entry just dropped from "hire a dev team" to "describe what you want the agent to do."
The 4 Building Blocks (All You Need to Know)
Every managed agent runs on four things:
1. Agent - The instructions. What model to use, what the agent should do, and what tools it has access to. Think of this as the job description you'd write for a human assistant.
2. Environment - The workspace. Pre-loaded with the software and tools your agent needs. Like setting up a new employee's laptop before their first day.
3. Session - A running conversation. The agent remembers everything within a session, can work for hours, and keeps files around between interactions.
4. Events - Messages back and forth. You send tasks in. The agent streams back results, status updates, and asks for approval when needed.
That's it. Four concepts. Everything else is details.
What You Can Actually Build With This
Real companies are already shipping on Managed Agents:
For your own business:
- An agent that reads every client email and drafts responses in your voice
- A research agent that monitors competitors and sends you weekly briefings
- A content agent that takes your rough notes and produces finished blog posts, social copy, and newsletters
As a service you sell to clients ($1,500-5,000 setup + $500/month):
- Client onboarding agents that collect documents, send reminders, and set up new accounts automatically
- Report generators that pull data from multiple sources and create weekly summaries for executives
- Customer support agents that answer common questions, escalate edge cases, and log everything in the CRM
- Document processors that take raw files, extract the important data, and organize it. Finance teams are already using this.
- Project management agents that join Asana or Linear and pick up tasks like a team member
The key insight: you don't need to build these yourself. You need to understand the client's problem well enough to describe it to the agent.
The Permission System (Why Clients Will Trust This)
This is the part most people skip, but it's what makes this sellable to real businesses.
Managed Agents has two modes:
- Auto-run: The agent handles everything automatically. Good for internal tools where you trust the workflow.
- Approval required: The agent pauses and asks before taking action. Good for anything client-facing or sensitive.
You can mix them. Let the agent read files and search the web automatically, but require approval before it sends an email or updates a database.
This is how you get risk-averse business owners to say yes. "The agent will draft the email, but it won't send anything without your approval."
How to Get Started (Two Paths)
Path 1: You already use Claude Code
Open Claude Code and type one line:
"start onboarding for managed agents in Claude API"
It walks you through the entire setup. Or grab our free Google Doc guide that does the same thing: https://return-my-time.kit.com/2872b904f5
Path 2: You're non-technical and want help
This is exactly what we cover inside the Build With AI community. We do live office hours where we walk through agent builds step by step, from identifying the right problem to deploying a working agent for a client.
You don't need to understand APIs or write code. You need to understand business problems. We'll handle the rest together.
What This Costs
Pricing is usage-based:
- Standard Claude API token rates (same as using Claude normally)
- $0.08 per session-hour for active runtime
- Web search: $10 per 1,000 searches (if your agent needs it)
A typical 10-minute agent session costs a few cents. Even heavy usage stays well under $100/month for most use cases.
Compare that to hiring a developer or paying for enterprise software. The math works.
The Business Opportunity Nobody's Talking About
Here's what most people miss: the businesses that need this most (law firms, accounting practices, real estate agencies, medical offices) will never set this up themselves. They don't want to. They want someone to do it for them.
That someone is you.
The playbook:
1. Run a $999 AI audit to identify their biggest time wasters
2. Build a managed agent that solves their top problem
3. Deploy it on Anthropic's infrastructure (they handle security, uptime, everything)
4. Charge $500/month to maintain and improve it
4 clients = $2,000/month recurring. 10 clients = $5,000/month. And each agent takes less time to maintain than a single meeting.
99.9% of people who read this article will bookmark it and do nothing.
Be the 0.1%. Take action.
PS: I made a Google Doc that walks Claude Code through deploying your first managed agent step by step.
Hand it to Claude Code. It does the rest.
Grab it here:
return-my-time.kit.com/2872b904f5