You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`DECENTRALAND_URL`| Decentraland play URL | - |`https://play.decentraland.org`|
147
+
|`PROFILE_URL`| Content server URL for profiles |`https://peer.decentraland.org`| - |
148
+
|`REALM_PROVIDER_URL`| Realm provider API for hot scenes data | - |`https://realm-provider.decentraland.org`|
149
+
|`DATA_TEAM_URL`| Data team CDN URL for stats |`https://cdn-data.decentraland.org/`| - |
150
+
|`CATALYST_URL`| Default Catalyst API URL | - |`https://peer.decentraland.org`|
151
+
|`COMMS_GATEKEEPER_URL`| Comms Gatekeeper API for connected users |`https://comms-gatekeeper.decentraland.org`|`https://comms-gatekeeper.decentraland.zone`|
152
+
|`SLACK_WEBHOOK`| Slack webhook for notifications | - |`https://hooks.slack.com/...`|
153
+
|`CONTENT_MODERATION_SLACK_WEBHOOK`| Slack webhook for moderation alerts | - |`https://hooks.slack.com/...`|
Copy file name to clipboardExpand all lines: docs/ai-agent-context.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,19 +62,22 @@ The Decentraland Places service is a comprehensive API solution for discovering,
62
62
-**User Visits**: Unique users who visited a place in the last 30 days
63
63
-**Highlighted Places**: Featured places with special promotion status
64
64
-**Creator Address**: Ethereum address of the scene creator, extracted from scene metadata during deployment processing, indexed for efficient creator-based queries (used by tipping systems)
65
+
-**SDK Version**: Runtime version extracted from `runtimeVersion` in scene.json during deployment, used for filtering scenes by SDK version (e.g., SDK7 vs legacy)
65
66
66
67
## API Specification
67
68
68
69
The service exposes a REST API under `/api` with comprehensive documentation in [OpenAPI 3.0 format](openapi.yaml). Key endpoint categories:
-**Destinations**: `/api/destinations` (combined places + worlds with enhanced filtering including SDK version and LIKE name matching; highlighted items are always returned first, followed by ranking value, then by specified sort order)
72
74
-**Map**: `/api/map`, `/api/map/places` (coordinate-based queries with higher limits)
73
75
-**Categories**: `/api/categories` (with optional `target` filter for places/worlds/all)
0 commit comments