{"protocolVersion":"0.3.0","name":"Vorden Agents","description":"Invoke a Vorden project's workflows, chat agents, and knowledge search as A2A skills.","url":"https://lucy-backend-307759312128.europe-west3.run.app/v1/a2a","preferredTransport":"JSONRPC","version":"1.0.0","capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":false},"defaultInputModes":["text/plain","application/json"],"defaultOutputModes":["text/plain","application/json"],"skills":[{"id":"workflow","name":"Run a published workflow","description":"Runs one of the project's published Studio workflows. Authenticate to fetch the extended card listing each workflow as its own skill.","tags":["workflow","automation"],"inputModes":["text/plain","application/json"],"outputModes":["text/plain","application/json"]},{"id":"agent","name":"Chat with an AI agent","description":"Sends a message to one of the project's AI chat agents and returns the reply. Authenticate to fetch each agent as its own skill.","tags":["agent","chat"],"inputModes":["text/plain","application/json"],"outputModes":["text/plain","application/json"]},{"id":"knowledge","name":"Search the knowledge base","description":"Hybrid retrieval over the project's knowledge base. Authenticate to enable the kb_search skill.","tags":["knowledge","rag","search"],"inputModes":["text/plain","application/json"],"outputModes":["text/plain","application/json"]}],"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"x-api-key"}},"security":[{"apiKey":[]}],"supportsAuthenticatedExtendedCard":true}