Integrate via API
Connect Skedulo to the systems your operation already runs on. Query and change jobs, resources, and availability with GraphQL and REST.
Make your first callAPIs for data, location, integration, and events, with full-code, low-code, and no-code paths for extending the platform. Everything you need to build better deskless solutions, faster.
sked tenant login web -a sandbox✓ Logged in to sandboxsked package deploy local -p . -a sandbox✓ Package deployed to sandbox
Get started with the guide that matches what you’re building.
Connect Skedulo to the systems your operation already runs on. Query and change jobs, resources, and availability with GraphQL and REST.
Make your first callGive schedulers a workspace that matches how they work: custom pages and tailored list views, built from Horizon components.
Build a Horizon pagePut the right form in front of workers in the field: job details, checklists, and signature capture in the Skedulo Plus app.
Build your first formKeep the day moving without manual handoffs. Webhooks and triggered actions respond the moment a record changes; functions run your custom logic.
Create a webhookGenerate an API token from your tenant, export it, and query jobs. Every example is copy-paste ready.
Follow the quickstartNo tenant yet? Request a sandbox
curl -X POST https://api.skedulo.com/graphql/graphql \
-H "Authorization: Bearer $SKED_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"query": "{ jobs { edges { node { UID Name JobStatus } } } }"}'Everything you need for development, packaging, and deployment.
Scaffold, develop, and deploy artifacts from the command line: functions, pages, forms, and packages.
Install the CLICompose custom pages from the Horizon component library, or build them visually with page builder. No deployment required.
Browse componentsIntrospect the schema and run queries against your own tenant, right here in the browser, with your API token.
Open the explorerInstallable agent skills, markdown mirrors of every page, and llms-full.txt, so your coding assistant works from accurate, current context.
Make your assistant Skedulo-fluentTutorials and deep dives on programmatic and declarative development across the platform.
developer.skedulo.com is being rebuilt as a developer-first portal: a new landing page, the developer blog, and a changelog in one place.
09 Jul 2026
Platform and API changes that affect developers.
Code to copy, videos to follow, and skills that teach your AI assistant the platform.
Deployable examples for every artifact type: functions, pages, mobile forms, webhooks, and optimization extensions.
Browse the codeGetting-started walkthroughs and deep dives from the developer advocacy team.
Watch the channelInstallable skills that teach AI coding assistants to build on Skedulo.
Browse the catalog