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.
OAuth-capable clients connect directly. Scripts and headless environments can use an API key.
Use one endpoint for OAuth-capable agent clients.
Use API keys for CI, scripts, and clients without OAuth.
Share one balance and default payment setting across agents.
Sign in, add credits, and run a connection test. Most clients can connect with the hosted MCP URL below.
Checking the current browser session.
Passwordless email sign-in creates or resumes the Enchant account automatically.
Add Enchant credits for hosted execution and approval-based agent runs. This is different from paying a provider directly from the agent host wallet.
For CI, scripts, and clients without OAuth.
Includes execution, funding, receipts, and hosted MCP access.
Sign in first to create an API key.
Confirm this account can plan and execute a safe live request before you connect an agent.
Sign in first to run the setup test.
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.
ENCHANT_EVM_PRIVATE_KEY locally. Enchant prepares the request but never receives the signing key.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.
Skip the Enchant balance for a supported route. The agent host needs stablecoin and native gas, and the user approves the local signing policy.
Use this URL for OAuth-capable clients. Use API keys only when a client requires manual bearer authentication.
Use these details only for REST clients, bearer-token installs, or direct-wallet settlement.
Connection metadata, routes, scopes, and readiness checks.
REST contracts for clients that generate typed request code.
OAuth-capable remote MCP endpoint for modern agent clients.
Small client helper with polling, receipts, and direct-wallet hooks.
Use this for REST clients and bearer-token MCP installs.
ENCHANT_BASE_URL=https://askenchant.com
ENCHANT_API_KEY=<ENCHANT_API_KEY>Keep this only on the agent host that signs Base or Tempo requests.
ENCHANT_EVM_PRIVATE_KEY=<LOCAL_EVM_PRIVATE_KEY>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"}'