← Back to search
30
Basic
Agentic Readiness Score
developer llms-txtdatabase

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 30/100

            

llms.txt Content

# RushDB Docs ## Docs - [Labels](https://docs.rushdb.com/concepts/labels): Labels in RushDB are an essential part of the database schema, providing a way to categorize and organize records. - [Properties](https://docs.rushdb.com/concepts/properties): The fundamental unit of meaningful data in RushDB is known as a Property. Properties are first-class citizens in the RushDB architecture and serve as critical links that interconnect diverse data within Records across the graph database. - [Records](https://docs.rushdb.com/concepts/records): In RushDB, Records are fundamental data structures that store meaningful key-value data. Each Record consists of individual properties (key-value pairs) and can be connected to other Records through relationships. - [Relationships](https://docs.rushdb.com/concepts/relationships): In RushDB, relationships are the connections that link Records together, creating a powerful graph structure that represents both the data itself and how different pieces of data relate to one another. These connections enable intuitive data modeling that aligns with how we naturally think about information and its associations. - [Aggregations](https://docs.rushdb.com/concepts/search/aggregations): SearchQuery provides powerful aggregation capabilities that allow you to perform calculations and collect data from your records and their relationships. - [Grouping Search Results (groupBy)](https://docs.rushdb.com/concepts/search/group-by): The groupBy option in a SearchQuery lets you pivot, summarize, and aggregate records instead of returning a raw list. It works together with the aggregate clause. If no aggregations are provided, groupBy is ignored. - [Introduction](https://docs.rushdb.com/concepts/search/introduction): RushDB provides a powerful and flexible search system that allows you to efficiently query and traverse your graph data. The Search API is a cornerstone of RushDB, enabling you to find records, filter by conditions, navigate relationships,