Your agents don't have a reasoning problem — they have a knowledge problem. The agentic stack has orchestration and execution. The knowledge layer is missing. CKG is it.
Every claim below traces to the same public dataset: huggingface.co/datasets/danyarm/ckg-benchmark.
CKG averages 269 tokens per query. RAG averages 2,982 on the same questions. The graph traverses declared relationships — agents stop re-reading docs every session.
Developer Edition orgs get 110 requests on Claude Sonnet 4.5. One-time, non-refreshing. Salesforce's own fix: use MCP. CKG is the knowledge graph built for exactly this.
Across 7,928 queries, CKG F1 is 0.471. RAG is 0.123. GraphRAG is 0.120. Same LLM, same questions. The difference is declared edges vs similarity retrieval.
Every relationship returns a numbered citation back to the Salesforce doc where it was declared — at build time, not at query time.
Developer plan includes the AgentForce Vibes CKG — quota chains, Flex Credit burn patterns, context compaction strategies, MCP integration paths.
30 nodes, 47 sourced edges. Every quota relationship, every burn pattern, every Salesforce-documented constraint — declared before your agent starts.
agentforce-vibes · agentforce-developerEvery query returns numbered source citations back to the Salesforce doc where the relationship was found. Auditable by construction.
query_ckg → [1][2][3] + Sources blockPaste one URL and your API key into claude.ai Settings → Integrations. No install, no config file, no restart. Works in a new conversation immediately.
https://www.graphifymd.com/api/mcpAlso works with the standard MCP config over the same hosted endpoint. Same graph, same citations, same 30-node traversal — whichever client you prefer.
claude mcp add --transport http ckgGo to claude.ai → Settings → Integrations → Add MCP Server. Server URL: https://www.graphifymd.com/api/mcp. Paste your license key. Start a new conversation — no restart, no install.
Run claude mcp add --transport http ckg https://www.graphifymd.com/api/mcp --header "X-License-Key: your-key". Or add the same URL and header to your Claude Desktop config file. Restart once.
Run query_ckg('Lifetime Token Allocation', 'agentforce-vibes', 4). You should see the quota traversal tree with source citations — 269 tokens.
License key delivered by email. Works with claude.ai, Claude Desktop, and Claude Code. Cancel anytime from your Stripe portal.
Get Developer Access — $29/month →