Capabilities
Knowledge Stores
Ingest content and search it semantically.
Memory
Record and recall agent memory across scopes.
Connectors
Sync data from Amazon S3 into knowledge stores.
Documents & Uploads
Upload files for automatic chunking and embedding.
Syncs
Monitor ingestion runs across your environment.
Context Bundles
Assemble grounded context for a task run.
Base URL
All Data Platform requests use the REST API:The Data Platform is accessed via the REST API and Console only. The Python and TypeScript SDKs cover Compute, Orchestration, and Tools; Data Platform examples in these docs use
curl against the REST API.Errors
Data Platform endpoints return a consistent JSON error body:{ "code": "<error_code>", "message": "<human_message>" }. Permission errors include the required permission in details.
Security
Rate limits
Pagination
List endpoints acceptpage (starting at 1) and page_size (1–100, default 20).

