Learn · The AI you already pay for

Claude agents without writing code

Search for Claude agents and you land in SDK docs. Good docs — for developers. If you are not one, here is the other road: agents from the Claude access you already pay for, by configuration.

Two roads to a Claude agent

“Claude agents” means two different things, and mixing them up wastes weekends.

Road one: build. Anthropic’s Agent SDK gives developers the loop — the model, tool definitions, the harness that runs them — as code. You define the tools, you own the control flow, you ship the result inside your own software.

Road two: configure. You take an agent platform that already has the loop, connect the Claude access you already pay for, and do the operator’s work instead: pick a role, define the job, review the output. No code anywhere in that loop.

Neither road is the lesser one. They answer different questions — “how do I build an agent into my product?” versus “how do I get agent work done this week?”

When coding the agent is the right answer

Honesty first, since this article is on a configuration platform’s site. Write your Claude agent in code when:

  • The agent is the product. If your users will talk to it, it belongs in your codebase, built with the SDK.
  • The tools are yours alone. When the agent must call your internal services with logic only your code can express, hand-rolled tool definitions win.
  • You need to own the loop. Custom retry logic, custom evaluation, agents calling agents in shapes you invent — that is programming, and pretending otherwise helps no one.

Ahel is not that, and is not trying to be. If the bullets above describe your problem, use the SDK and enjoy it.

What “without code” actually looks like

On the configuration road, the work that remains is the operator’s loop — the same one described in how to use AI agents:

  1. Connect a provider. You add your own Anthropic API key. It becomes a lane your agents can run on, with honest status — connected, probed, live — rather than a vague “linked” badge.
  2. Hire a role. Job titles with one-sentence descriptions and named actions — search, page reading, DNS checks, security lookups. The role defines what the agent may touch; these twelve are real ones.
  3. Hand over missions. Assignments with done-states. The Claude model does the reasoning; the platform runs the job to done and records what happened.
  4. Review receipts. Every run leaves one — including the failures, recorded the same way as the successes.

What connects today — and what is coming

Precision matters here, because this corner of the market is foggy. In Ahel today, Claude connects as a provider lane on your own API key. You pay Anthropic for the tokens directly; Ahel adds no markup on model usage and never sees your bill. What happens to the key itself — where it is stored, what can and cannot read it back — is described factually on the security page.

One more line of honesty: Ahel is not affiliated with Anthropic. Claude is their model and your subscription is with them; Ahel is an independent layer that runs agents on the provider accounts you connect.

What a configured Claude agent can actually do

With a key connected and a role hired, the realistic day-one jobs are research, drafting, triage, and checking: the weekly competitor watch, the brief before a call, the CVE verdict, the report that says — with sources — what changed. The use-case library walks these through by sector, each ending with what the person reviews.

What it will not do is the fantasy version: run your company while you sleep. A Claude-backed agent on a narrow role, reviewed by you, compounds quietly. An agent sold as an employee disappoints loudly.

The cost picture, honestly

The configuration road has a cost structure worth stating plainly, because it is the opposite of most agent products. Model usage is between you and Anthropic: your key, their prices, their invoice. Ahel adds no markup on tokens and cannot — it never touches your billing relationship. The app itself is free to use right now, on your own keys; what Ahel will charge for as the product matures is laid out on the pricing page, not hidden inside a per-run fee.

The practical consequence: an agent that runs a scheduled morning job costs you exactly what those model calls cost at provider prices — a number you can read off your Anthropic usage page, not estimate from a vendor’s bundle. Operators who care about spend put cost behavior in the job description itself, which is also how the seeded roster does it.

Choosing your road in one minute

Your situationRoadWhy
Shipping an agent to your own usersBuild (Agent SDK)The agent is product code; own it fully.
Custom internal tools only your code can callBuild (Agent SDK)Tool definitions are the hard part; they are yours.
Research, drafting, triage on real work, this weekConfigureThe loop exists; your job is the operator’s loop.
Want agent work from a subscription you already pay forConfigureConnect the key you have; pay the provider, not a reseller.
Exploring what agents even areConfigure firstCheapest way to learn the shape before writing code.

Plenty of people end up on both roads: configured agents for the operational work, SDK agents inside the product they build. The roads are parallel, not rivals — and knowing which one you are on is most of the decision. For how the configured road scales past one agent, read what is AI agent orchestration.

Questions people actually ask

Can I run Claude agents without the Agent SDK?

Yes. The SDK is for building agents in code — your own tools, your own loop. If your goal is running agents against everyday work, configuration is enough: connect your Anthropic API key, pick a role, define the mission, and review the output. No code in that loop.

Do I need a separate subscription to run Claude as an agent?

In Ahel, no — you connect your own Anthropic API key and pay Anthropic directly for exactly the tokens your agents use. Ahel does not resell model access or add a per-token markup on it.

Is Ahel affiliated with Anthropic?

No. Claude is Anthropic’s model and your subscription is with them. Ahel is an independent product that lets you connect the provider accounts you already have, Anthropic among them.

When is writing a custom Claude agent the right choice?

When the agent is part of your product, needs custom tools that only your codebase can provide, or must run inside your own infrastructure and control flow. In those cases the Agent SDK is the right tool, and no configuration platform — Ahel included — replaces it.

Your key is already the hard part.

If you have an Anthropic API key, you are one connect away from a Claude-backed agent with a real job. Download the app and hire your first role.