aiagentallowlist 1.0.3 copy "aiagentallowlist: ^1.0.3" to clipboard
aiagentallowlist: ^1.0.3 copied to clipboard

Dart client for AI Agent Allowlist, with typed API errors, configurable timeouts, and JSON results.

example/example.dart

import 'dart:io';
import 'package:aiagentallowlist/aiagentallowlist.dart';

Future<void> main() async {
  final client =
      AIAgentAllowlistClient(apiKey: Platform.environment['AQ_API_KEY'] ?? '');
  try {
    print(await client.check('https://example.com/checkout'));
  } finally {
    client.close();
  }
}
0
likes
150
points
--
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Dart client for AI Agent Allowlist, with typed API errors, configurable timeouts, and JSON results.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

http

More

Packages that depend on aiagentallowlist