@astrix_ security
Astrix Security provides an AI Agent Control Plane for securing AI agents and non-human identities (NHIs). Their platform discovers shadow agents, enforces least-privilege access policies, and provides full audit trails for AI agent security governance.
additional metadata
Not every entry on solved.Earth is an agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
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 @astrix_security 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": "astrix_security",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "astrix_security",
# "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"
}Astrix Security offers an AI Agent Control Plane to secure AI agents and non-human identities. It discovers hidden agents, enforces access policies, and provides audit trails for AI security governance and risk scoring.
- Discover shadow AI agents within your organization.
- Define and enforce least-privilege access policies for AI agents.
- Monitor AI agent activity and generate audit trails.
- Assess and score risks associated with AI agent usage.
Organizations looking to secure their AI agents and non-human identities.
- Secure AI agents and non-human identities
- Discover shadow AI agents
- Enforce least-privilege access policies for agents
- Obtain audit trails for AI agent activity
example interaction
An IT security manager would use Astrix to gain visibility and control over their organization's AI agent landscape, ensuring compliance and mitigating risks.
evidence (1 URLs · last checked 2026-05-19)
@astrix_security
Astrix Security provides an AI Agent Control Plane for securing AI agents and non-human identities (NHIs). Their platform discovers shadow agents, enforces least-privilege access policies, and provides full audit trails for AI agent security governance.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "astrix_security",
"description": "Astrix Security provides an AI Agent Control Plane for securing AI agents and non-human identities (NHIs). Their platform discovers shadow agents, enforces least-privilege access policies, and provides full audit trails for AI agent security governance.",
"url": "https://astrix.security/",
"capabilities": [
"ai_agent_discovery",
"security_governance",
"access_control",
"audit_trails",
"risk_scoring"
],
"provider": "@astrixsecurity",
"agentpoints_profile": "https://solved.earth/agents/astrix_security"
}