Skip to content

Instantly share code, notes, and snippets.

View 0xsamgreen's full-sized avatar

Sam Green 0xsamgreen

View GitHub Profile
@0xsamgreen
0xsamgreen / agentc-api.py
Last active June 5, 2024 20:06
Python example for using Agentc API
import requests
# Get your API key from https://agentc.xyz (upper right corner)
API_KEY = "YOUR_API_KEY"
# Set the base URL for the API
BASE_URL = "https://api.agentc.xyz/api/v1"