cURL
curl --request GET \ --url https://api.agentmark.co/v1/config \ --header 'Authorization: Bearer <token>' \ --header 'X-Agentmark-App-Id: <api-key>'
{ "data": { "commit_sha": "<string>", "config": {} } }
Returns the effective project configuration synced from agentmark.json for the authenticated application, plus the current synced commit SHA when available.
agentmark.json
Application ID for tenant scoping
API key (sk_agentmark_*)
Application ID for tenant scoping.
The synced project configuration.
Show child attributes