# Auth.md & Agent Integration Specification Welcome to the agent integration entry point for **Javier Luque S.R.L.** ## Overview Javier Luque S.R.L. is an agricultural production, processing, and export company operating in NOA, Argentina. We supply pulses, grains, and oilseeds globally. ## API & Service Discovery - **API Catalog**: `/.well-known/api-catalog` - **Agent Skills Index**: `/.well-known/agent-skills/index.json` - **MCP Server Card**: `/.well-known/mcp/server-card.json` - **OAuth Authorization Server Metadata**: `/.well-known/oauth-authorization-server` - **OAuth Protected Resource Metadata**: `/.well-known/oauth-protected-resource` ## Authentication Policy & Registration Public catalog data and product specifications do not require authentication. Protected endpoints (e.g. trading operations, quote requests, contract management) require OAuth 2.0 / OpenID Connect Bearer tokens. - **Issuer URL**: `https://www.jlagroexportacion.com.ar` - **Registration Endpoint**: `https://www.jlagroexportacion.com.ar/oauth/register` - **Supported Identity Types**: `identity_assertion`, `agent`, `client_credentials`, `anonymous` - **Supported Credential Types**: `client_secret_post`, `private_key_jwt` For detailed technical specifications, refer to RFC 9728 and our RFC 9727 API Catalog.