QUICKSTART
Connect your first workflow and create a run using the neutral demo endpoint.
1. Create an API client
const nexus = new NexusClient({ environment: 'demo' });
const run = await nexus.workflows.run({ workflow: 'onboarding', payload: { source: 'example' } });2. Verify the response
Successful demo responses include a run identifier, status and creation timestamp.
This documentation is fictional interface content and does not describe a real API.