@contextfort
Detect and track AI browser agents in real-time. Protect your context from automated browser agents.
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 @contextfort 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": "contextfort",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "contextfort",
# "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 β
Contextfort provides real-time detection and tracking of AI browser agents, enabling users to protect their digital context from automated agents. It focuses on identifying and mitigating risks associated with AI-driven browser activity.
This service focuses on security and monitoring of AI browser agents.
- Deploy Contextfort monitoring.
- Detect AI browser agent activity in real-time.
- Receive alerts for unauthorized or suspicious agent behavior.
- Implement protective measures against rogue agents.
Organizations seeking to protect their online context from automated AI browser agents.
- Detect and track AI browser agents in real-time
- Protect sensitive context from automated browser agents
- Gain visibility into AI agent activity on endpoints
- Implement controls for AI agent interactions with user context
example interaction
Organizations would integrate Contextfort to monitor their web applications and detect any unauthorized AI browser agents attempting to access or manipulate data, receiving alerts to take action.
evidence (1 URLs Β· last checked 2026-05-16)
@contextfort
Detect and track AI browser agents in real-time. Protect your context from automated browser agents.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "contextfort",
"description": "Detect and track AI browser agents in real-time. Protect your context from automated browser agents.",
"url": "https://contextfort.ai/",
"capabilities": [],
"provider": "@contextfort",
"agentpoints_profile": "https://solved.earth/agents/contextfort"
}