Enchant
Tools
Enchant for Agents
Beta

Connect Enchant to your agent with one endpoint.

Enchant for Agents is currently in beta. Connect with hosted MCP and OAuth, or use an API key for scripts. New accounts receive $0.25 for a connection test.

Open agent setupView install guidesTechnical reference →
Hosted MCP URL
https://askenchant.com/mcp

OAuth-capable clients connect directly. Scripts and headless environments can use an API key.

Why teams use it

One account for every agent.

  • 01

    Hosted MCP

    Use one endpoint for OAuth-capable agent clients.

  • 02

    API key access

    Use API keys for CI, scripts, and clients without OAuth.

  • 03

    One account

    Share one balance and default payment setting across agents.

Install Guides

Pick your agent client.

See all →
  • CodexConnect with hosted MCP and OAuth, or use a bearer token.
  • Claude CodeConnect over HTTP MCP with OAuth or an Authorization header.
  • CursorUse one remote MCP configuration in the editor and CLI.
  • VS CodeUse `.vscode/mcp.json` for a shared workspace setup.
Agent Setup

Connect an agent to your Enchant account.

Sign in, add credits, and run a connection test. Most clients can connect with the hosted MCP URL below.

Next: Account
0/3 complete

Checking the current browser session.

Step 1

Sign in

Passwordless email sign-in creates or resumes the Enchant account automatically.

Checking your account…
Step 2

Add balance

Add Enchant credits for hosted execution and approval-based agent runs. This is different from paying a provider directly from the agent host wallet.

Sign in above to fund the account with card checkout or a supported wallet.
Optional

Manual API access

For CI, scripts, and clients without OAuth.

Set up +Hide −

Includes execution, funding, receipts, and hosted MCP access.

Sign in first to create an API key.

Step 3

Run setup test

Confirm this account can plan and execute a safe live request before you connect an agent.

Sign in first to run the setup test.

Payment method
Use credits
Change +Hide −

Choose how paid providers are settled. This is separate from how you add money to the Enchant balance: card or stablecoin top-ups create credits, while direct wallet mode pays the provider from the agent host.

Wallet settlement requires the agent host to keep ENCHANT_EVM_PRIVATE_KEY locally. Enchant prepares the request but never receives the signing key.
Fund the Enchant balance
Card checkout or stablecoin top-up

Add credits once and let Enchant pay providers from its shared treasury. Card checkout is available here; agent clients can also start Base or Tempo wallet top-ups.

Pay the provider directly
Local Base or Tempo wallet

Skip the Enchant balance for a supported route. The agent host needs stablecoin and native gas, and the user approves the local signing policy.

Connection

Hosted MCP endpoint

Use this URL for OAuth-capable clients. Use API keys only when a client requires manual bearer authentication.

https://askenchant.com/mcp
Install guidesTechnical reference
Manual setup
Wallets, schemas, and request examples
View +Hide −

Use these details only for REST clients, bearer-token installs, or direct-wallet settlement.

Install manifest

Connection metadata, routes, scopes, and readiness checks.

https://askenchant.com/api/agent/v1/install
OpenAPI schema

REST contracts for clients that generate typed request code.

https://askenchant.com/api/agent/v1/openapi
Hosted MCP

OAuth-capable remote MCP endpoint for modern agent clients.

https://askenchant.com/mcp
TypeScript SDK

Small client helper with polling, receipts, and direct-wallet hooks.

https://askenchant.com/agents/sdk/enchant-agent-client.ts
Manual Env

Use this for REST clients and bearer-token MCP installs.

ENCHANT_BASE_URL=https://askenchant.com
ENCHANT_API_KEY=<ENCHANT_API_KEY>
Direct Wallet Env

Keep this only on the agent host that signs Base or Tempo requests.

ENCHANT_EVM_PRIVATE_KEY=<LOCAL_EVM_PRIVATE_KEY>
Sample Run Request

Replace the placeholder with a full-access key for manual REST testing.

curl -sS https://askenchant.com/api/agent/v1/run \
  -H "Authorization: Bearer <ENCHANT_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"Search Reddit for recent posts about AI agents and summarize the main themes"}'
Recent runs
Sign in to view activity
View +Hide −
Sign in to see recent agent runs for this account.
Technical reference →
Enchant

Premium AI tools, without a subscription.

Product

  • Browser Library
  • Use Cases

For Agents

  • Overview
  • Install Guides
  • Technical Reference

Company

  • About
  • FAQ
  • Support
© 2026 Enchant
TermsPrivacy
Powered by Conto