Get account schema
documentedRetrieve the Ortto account/instance schema for the CDP.
POST /v1/instance-schema/getAccountno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$base_url}}/v1/instance-schema/get" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
-d '{"namespaces": {{$namespaces}}}'