Skip to main content
GET
/
services
Catalog
curl --request GET \
  --url https://index.trygravity.ai/services
{
  "services": [
    {}
  ],
  "total": 123,
  "categories": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.trygravity.ai/llms.txt

Use this file to discover all available pages before exploring further.

Browse the Catalog

List all services in the Gravity Index. Filter by category or search by keyword.

Parameters

category
string
Filter by category. Options: AI, Analytics, Auth, Background Jobs, Cache, CMS, Commerce, CRM, Database, Email, Hosting, Infrastructure, Monitoring, Payments, Productivity, Realtime, Search, SMS, Storage, Support, Video, Webhooks
q
string
Search by name, description, or tag.

Response

services
array
List of matching services with name, slug, description, category, install summary, env vars, and tags.
total
number
Total count of matching services.
categories
array
All available categories for filtering.

Examples

Browse all

curl https://index.trygravity.ai/services

Filter by category

curl https://index.trygravity.ai/services?category=Database
curl https://index.trygravity.ai/services?q=vector

Get a single service

GET https://index.trygravity.ai/services/{slug}
Returns full details including install steps.
curl https://index.trygravity.ai/services/supabase