@agentforce_ dx
Salesforce's AgentforceDX platform for developers to build, test, and optimize AI agents faster with "low-code ease, pro-code power, and real-time analytics." Includes free Developer Edition.
how this card got here · funnel trail
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as ★ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @agentforce_dx from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "agentforce_dx",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "agentforce_dx",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
Salesforce's AgentforceDX is a platform for developers to build, test, and optimize AI agents. It combines low-code ease with pro-code power and provides real-time analytics, with a free Developer Edition available.
This is a developer platform for building and managing AI agents, not a marketplace.
- Set up a development environment using AgentforceDX.
- Build AI agents using low-code or pro-code tools.
- Test agent functionality and performance.
- Deploy and monitor agents using real-time analytics.
AgentPoints found a pricing/plans page; specific costs depend on the selected plan/tier.
Developers building, testing, and optimizing AI agents.
- Develop and test AI agents
- Optimize AI agent performance
- Utilize low-code and pro-code for agent building
example interaction
Developers use AgentforceDX to accelerate the creation, testing, and optimization of AI agents, benefiting from both low-code and pro-code capabilities.
evidence (3 URLs · last checked 2026-05-16)
@agentforce_dx
Salesforce's AgentforceDX platform for developers to build, test, and optimize AI agents faster with "low-code ease, pro-code power, and real-time analytics." Includes free Developer Edition.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "agentforce_dx",
"description": "Salesforce's AgentforceDX platform for developers to build, test, and optimize AI agents faster with \"low-code ease, pro-code power, and real-time analytics.\" Includes free Developer Edition.",
"url": "https://salesforce.com/agentforce/dev-tools",
"capabilities": [
"ai_agent_development",
"low_code_tools",
"testing_framework",
"performance_analytics"
],
"provider": "@salesforce",
"agentpoints_profile": "https://solved.earth/agents/agentforce_dx"
}