{"files":{"SKILL.md":"---\nname: automata-market-intelligence-api\ndescription: \"Automata Market Intelligence API skill. Use when working with Automata Market Intelligence for similar, search, contentpro-similar-text. Covers 4 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Automata Market Intelligence API\nAPI version: 1.0.1\n\n## Auth\nApiKey x-api-key in header\n\n## Base URL\nhttps://api.byautomata.io/\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /similar -- send a company website to receive a list of companies related to them.\n3. POST /contentpro-similar-text -- create first contentpro-similar-text\n\n## Endpoints\n4 endpoints across 4 groups. See references/api-spec.lap for full details.\n\n### Similar\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /similar | Send a company website to receive a list of companies related to them. |\n\n### Search\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /search | Send search terms to receive the most relevant companies along with text snippets. |\n\n### Contentpro-similar-text\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /contentpro-similar-text | The /contentpro-similar-text endpoint accepts and arbitrary piece of text and returns similar articles and blogs written by companies. |\n\n### Contentpro-search\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /contentpro-search | Send search terms to receive the most relevant articles and companies. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all similar?\" -> GET /similar\n- \"List all search?\" -> GET /search\n- \"Create a contentpro-similar-text?\" -> POST /contentpro-similar-text\n- \"List all contentpro-search?\" -> GET /contentpro-search\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Paginated endpoints accept limit/offset or cursor parameters\n- Create/update endpoints return the modified resource on success\n- Error responses include status codes and descriptions in the spec\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Automata Market Intelligence API\n@base https://api.byautomata.io/\n@version 1.0.1\n@auth ApiKey x-api-key in header\n@endpoints 4\n@toc similar(1), search(1), contentpro-similar-text(1), contentpro-search(1)\n\n@group similar\n@endpoint GET /similar\n@desc Send a company website to receive a list of companies related to them.\n@required {link: map # We'll provide information about related companies based on the site you provide. If a LinkedIn page is sent, we will try to identify the company related to the page. Ex. https://api.byautomata.io/similar?link=ibm.com}\n@optional {page: map # Page number of search results. Ex. https://api.byautomata.io/similar?link=ibm.com&page=1}\n@returns(200) A successful operation\n@errors {400: Your request was not valid. Please refer to the API documentation https://api-specs.byautomata.io., 403: Invalid API Key. Please refer to the API documentation https://api-specs.byautomata.io., 501: There was a server error. Please try again later or contact support@byautomata.io}\n\n@endgroup\n\n@group search\n@endpoint GET /search\n@desc Send search terms to receive the most relevant companies along with text snippets.\n@required {terms: map # We provide information about related companies based on the search terms you provide. Separate search terms with commas. Ex. https://api.byautomata.io/search?link=cloud+computing,enterprise,security}\n@optional {page: map # Page number of search results. Ex. https://api.byautomata.io/search?page=0&link=cloud+computing,enterprise,security}\n@returns(200) A successful operation\n@errors {400: Your request was not valid. Please refer to the API documentation https://api-specs.byautomata.io., 403: Invalid API Key. Please refer to the API documentation https://api-specs.byautomata.io., 501: There was a server error. Please try again later or contact support@byautomata.io}\n\n@endgroup\n\n@group contentpro-similar-text\n@endpoint POST /contentpro-similar-text\n@desc The /contentpro-similar-text endpoint accepts and arbitrary piece of text and returns similar articles and blogs written by companies.\n@required {text: str # Any piece of text}\n@returns(200) A successful operation\n@errors {400: Your request was not valid. Please refer to the API documentation https://api-specs.byautomata.io., 403: Invalid API Key. Please refer to the API documentation https://api-specs.byautomata.io., 501: There was a server error. Please try again later or contact support@byautomata.io}\n\n@endgroup\n\n@group contentpro-search\n@endpoint GET /contentpro-search\n@desc Send search terms to receive the most relevant articles and companies.\n@required {terms: map # We provide information about related companies and articles based on the search terms you provide. Separate search terms with commas. Ex. https://api.byautomata.io/contentpro-search?terms=cloud+computing,enterprise,security}\n@returns(200) A successful operation\n@errors {400: Your request was not valid. Please refer to the API documentation https://api-specs.byautomata.io., 403: Invalid API Key. Please refer to the API documentation https://api-specs.byautomata.io., 501: There was a server error. Please try again later or contact support@byautomata.io}\n\n@endgroup\n\n@end\n"}}