What is DevSpace?
DevSpace allows you to create tools and functions that give Sate enhanced capabilities for customer support. Instead of escalating complex requests to humans, Sate can perform actions directly through your APIs.Example Use Case
Consider an e-commerce scenario:- A customer requests a refund through your support channels
 - Sate needs to verify the order exists and check refund eligibility
 - With DevSpace functions like 
get_orderandprocess_refund, Sate can handle this automatically - The customer gets immediate assistance without human intervention
 
Core Components
DevSpace consists of two main sections:Authentication
Configure how Sate authenticates with your protected endpoints
Functions
Create HTTP endpoints that Sate can call to perform actions
Getting Started
- Set up authentication - Configure how Sate will authenticate with your APIs
 - Create functions - Define the endpoints Sate can call
 - Test and deploy - Validate your setup before going live
 
Access DevSpace
Configure your DevSpace settings on the platform
What’s Next?
- Learn about authentication configuration
 - Create your first function
 - Review the API reference for callback endpoints