Appearance
Core Area
BETA
Agent Gateway is in BETA, and we're continuing to expand its capabilities. Your feedback helps shape what we build next—reach out to us through Relewise Support.
The Core Area provides read-only Dataset settings, metadata, and service consumption. Use it to identify the Dataset you are working with, discover valid values for other capabilities, and review usage. Core is always allowed and cannot be deselected.
Get Started covers connection and access setup. REST paths below are relative to the Dataset base URL.
Available Capabilities
| Capability | REST Endpoint | MCP Tool |
|---|---|---|
| Dataset details | GET /core/dataset | get_dataset_details |
| Dataset metadata | GET /core/dataset/metadata | get_dataset_metadata |
Consumption by Service
| Capability | REST Endpoint | MCP Tool |
|---|---|---|
| Behavioral Tracking | GET /core/consumption/behavioral-tracking/summary | fetch_behavioral_tracking_consumption_summary |
| Integrations | GET /core/consumption/integrations/summary | fetch_integrations_consumption_summary |
| Recommendations | GET /core/consumption/recommendations/summary | fetch_recommendations_consumption_summary |
| Shoppertainment and Adaptive Discovery | GET /core/consumption/shoppertainment/summary | fetch_shoppertainment_consumption_summary |
| Search | GET /core/consumption/search/summary | fetch_search_consumption_summary |
| Analyzer | GET /core/consumption/analyzer/summary | fetch_analyzer_consumption_summary |
| Marketing Automation | GET /core/consumption/marketing-automation/summary | fetch_marketing_automation_consumption_summary |
| Retail Media | GET /core/consumption/retail-media/summary | fetch_retail_media_consumption_summary |
| Content Delivery | GET /core/consumption/content-delivery/summary | fetch_content_delivery_consumption_summary |
Dataset Details
Inspect the Dataset's name, environment, hosting Relewise API Server URL, and License, together with its effective Agent Gateway connection methods and Allowed Areas.
Use the connection guides to discover accessible Datasets and select one before retrieving its details. The hosting API Server URL is separate from the Agent Gateway endpoint.
Dataset Metadata
Discover valid languages, currencies, Data Keys, Classification Values, and other metadata before using capabilities that depend on them. Data Key names are case-sensitive.
Select an inclusive date range with fromDate and toDate. Languages and currencies are included; request optional metadata groups when you need information about Products, Variants, Categories, Brands, Content, Users, or Companies.
Consumption Summaries
Choose a service and an inclusive date range to review aggregate usage, daily trends, and a comparison with the preceding equivalent period.
Summaries contain display-ready measurements and numeric values for calculations. Unavailable comparisons are null. Daily series may have gaps where data is unavailable.
For complete inputs and response schemas, use the API reference or MCP tool discovery.