ajans = Sociallica::Agency.new(
clients: ['marka-a', 'marka-b'],
visibility: 'white-label',
isolation: true,
sla: 'enabled',
workload: 'tracked'
)
ajans.enterprise_dashboard.activate()
growth = Sociallica::Growth.new(
benchmark_cloud: true,
recommendation_engine: true,
executive_summary: true,
scorecards: ['pipeline', 'campaign']
)
growth.run()
ai = Sociallica::Ai.new(
routing: true,
provider_health: true,
content_quality: true,
narrative: 'executive-ready'
)
ai.dispatch()
api = Sociallica::Api.new(
clients: true,
partner_ops: true,
secure_tokens: true,
governance: 'enterprise'
)
api.connect()