For the complete documentation index, see llms.txt. This page is also available as Markdown.

Other Information

IP Filtering

To improve the security of API tokens and prevent them from being used by malicious actors, an IP filtering feature is available.

This filter ensures that any API activity is allowed only for the IPs configured in Autosky.

Configuration

  • This feature is optional.

  • To enable it, you must request configuration through Skyone support, specifying the desired IPs.

Response for unauthorized IPs

When a request is made from an unauthorized IP:

Status: 403 Forbidden

{
    "detail": "Invalid token."
}

Last updated

Was this helpful?