<?xml version="1.0" encoding="UTF-8"?>
<!--
  OpenSearch description document.

  When users visit melaya.org, browsers (Chrome, Firefox, Edge, Safari)
  detect this file via the <link rel="search"> tag in index.html and
  offer "Add Melaya as a search engine" to the user's address bar.
  Once added, typing `melaya` (or whatever shortcut they pick) + Tab
  routes their query to /docs?q=<query>.

  Cheap to ship, makes Melaya feel like a first-class platform from
  the browser. Spec: https://github.com/dewitt/opensearch
-->
<OpenSearchDescription
    xmlns="http://a9.com/-/spec/opensearch/1.1/"
    xmlns:moz="http://www.mozilla.org/2006/browser/search/"
>
    <ShortName>Melaya</ShortName>
    <LongName>Melaya — Agentic platform docs search</LongName>
    <Description>Search Melaya documentation, tools, subagents, and the trading engine reference.</Description>
    <InputEncoding>UTF-8</InputEncoding>
    <Image height="32" width="32" type="image/png">https://melaya.org/icons/favicon-32x32.png</Image>
    <Image height="16" width="16" type="image/png">https://melaya.org/icons/favicon-16x16.png</Image>
    <Url type="text/html" method="get" template="https://melaya.org/docs?q={searchTerms}" />
    <Url type="application/opensearchdescription+xml" rel="self" template="https://melaya.org/opensearch.xml" />
    <moz:SearchForm>https://melaya.org/docs</moz:SearchForm>
    <Tags>melaya agentic ai trading agents framework crew engine</Tags>
    <Developer>Melaya</Developer>
    <Contact>info@melaya.org</Contact>
    <Attribution>Copyright 2026 Melaya. All rights reserved.</Attribution>
    <SyndicationRight>open</SyndicationRight>
    <AdultContent>false</AdultContent>
    <Language>en-US</Language>
</OpenSearchDescription>
