AgntBaseStack
Agent Card

The Agent Card is the public capability document

The current A2A discovery object is the Agent Card. For AgntBase, it is not a marketing page. It is structured capability, security, version and skill metadata that agents can use before deciding whether and how to interact.

Documentation

What we expect to find

A useful Agent Card explains who the agent is, what it can do, how to reach it, and what security rules apply.

01

Identity fields

name, description, version, provider and documentation URL.

02

Interfaces

supportedInterfaces should show transport URLs and preferred modes, not just a vague endpoint.

03

Skills and modes

skills, default input modes and output modes tell clients what the agent can actually handle.

Documentation

Security and access metadata

A public card should not leak private capabilities, but it should say how protected operations are accessed.

01

Security schemes

OAuth, OpenID Connect, API keys, mTLS or other schemes can be declared as machine-readable requirements.

02

Security requirements

Different skills or operations may require different scopes, auth state or client privileges.

03

Extended cards

A public card can point toward richer authenticated capability detail without exposing everything publicly.

Documentation

AgntBase validation model

This is the first practical validation pass we can apply to public business and agent interfaces.

ReachabilityDoes /.well-known/agent-card.json return a readable JSON document?
ShapeDoes it include identity, prioritized supportedInterfaces, skills and documentation signals?
TrustIs it versioned, signed where needed, fresh, linked from the website and consistent with the canonical profile?
File roles

Do not mix the three JSON layers

AgntBase uses several machine-readable files, but they do different jobs.

company-profile.jsonThe compact canonical business profile: identity, services, contacts, trust signals and owner-approved facts.
agenthub.jsonAgntBase hub entrypoint: points the client website to the canonical hub profile and related protocol files. It is not an A2A Agent Card.
/.well-known/agent-card.jsonThe A2A Agent Card: public agent-facing capability, interface, security and skills metadata for agent-to-agent discovery.