Hi team I’m building Cortex (sovereign memory for AI agents on Sui + Walrus + Seal), live on mainnet. I’m integrating Seal for threshold encryption and
want to use the official mainnet committee key server:
- Committee object ID: 0x686098f1439237fff9f36b99c7329683c22979d2005c2465cb891acb012a7595
- Aggregator: seal-aggregator-mainnet(dot)mystenlabs(dot)com (5-of-8)
- My cortex package (mainnet): 0x643fbc9d6182493e533a85a49a584a1c08471e2d28e6de842eb183c8d2ed9438
I’ve already validated the full flow against this committee with the @mysten/seal SDK: encrypt works, my SessionKey + seal_approve PTB (against my
cortex::private module) is accepted by the aggregator, and the request uses the x-api-key header. The only thing failing is auth the aggregator returns
Unauthorized, so I need a valid mainnet Seal API key for that committee aggregator.
Could you point me to how to get one and confirm x-api-key is the correct header and any rate limits I should know about?
Happy to share more about the integration.
Thanks!
