{ “name”: “AI Agent Example”, “protocolVersion”: “1.0”, “description”: “Marketplace agent example.”, “url”: $AGENT_APP_URL, “preferredTransport”: “JSONRPC”, “provider”: { “organization”: $AGENT_PROVIDER_ORGANIZATION, “url”: $AGENT_PROVIDER_URL }, “version”: “1.0.0”, “capabilities”: { “streaming”: false, “pushNotifications”: false, “extensions”: [ { “uri”: “https://cloud.google.com/marketplace/docs/partners/ai-agents/setup-dcr”, “params”: { “target_url”: $AGENT_DCR_URL } } ] }, “defaultInputModes”: [ “application/json” ], “defaultOutputModes”: [ “application/json” ], “skills”: [ { “id”: “current_time_generation”, “name”: “Current time generation”, “description”: “Generates a current time.”, “tags”: [ “time” ], “examples”: [ “What time is it?” ] } ], “supportsAuthenticatedExtendedCard”: false, “iconUrl”: $AGENT_ICON_URL, “security”: [ { “oauth2”: [ $AUTH_SCOPE ] } ], “securitySchemes”: { “oauth2”: { “type”: “oauth2”, “flows”: { “authorizationCode”: { “authorizationUrl”: $AUTHZ_URL, “tokenUrl”: $TOKEN_URL, “refreshUrl”: $REFRESH_URL, “scopes”: { $AUTH_SCOPE: $AUTH_SCOPE_DESCRIPTION } } } } } }






